nuxeh / url-bot-rs

Minimal IRC URL bot in Rust
ISC License
24 stars 13 forks source link

Bump stderrlog from 0.5.1 to 0.5.3 #449

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps stderrlog from 0.5.1 to 0.5.3.

Changelog

Sourced from stderrlog's changelog.

0.5.3

Changed

  • Moved the timestamps feature behind the enabled-by-default crate feature timestamps.

Fixed

  • Added missing show_module_names field to StdErrLog debug implementation.

0.5.2

Changed

  • Bumped the minimum Rust version to 1.36.0
    • RUSTSEC-2022-0006 fixed This is a semver break but given the age of the Rust versions and changes that have happened in the log crate, we'll do it.
  • Make it easier to specify debug levels with a number or enum.
Commits
  • 4e6c3d8 (cargo-release) version 0.5.3
  • 2ef6df8 update changelog for release
  • 55cd4b3 Merge pull request #45 from edmorley/timestamps-feature
  • 5bfe794 Support disabling the timestamps feature
  • a1c1864 Merge pull request #44 from edmorley/add-missing-debug-field
  • 4ab6d60 Add missing field to StdErrLog debug implementation
  • eeb651b Merge pull request #43 from edmorley/fix-typos
  • e50c323 Fix docs typos
  • 2a9800a update changelog
  • c755de1 Create SECURITY.md
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
codecov[bot] commented 2 years ago

Codecov Report

Merging #449 (6e3b1c3) into master (b9fd556) will decrease coverage by 0.93%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #449      +/-   ##
==========================================
- Coverage   85.37%   84.43%   -0.94%     
==========================================
  Files          11       11              
  Lines        1641     1645       +4     
==========================================
- Hits         1401     1389      -12     
- Misses        240      256      +16     
Impacted Files Coverage Δ
src/lib.rs 85.71% <0.00%> (-14.29%) :arrow_down:
src/title.rs 86.08% <0.00%> (-12.18%) :arrow_down:
src/message.rs 80.91% <0.00%> (-0.54%) :arrow_down:
src/http.rs 97.63% <0.00%> (+0.29%) :arrow_up:

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

nuxeh commented 2 years ago

@dependabot rebase