Bump log from 0.4.20 to 0.4.21
Bumps log from 0.4.20 to 0.4.21.
Changelog
Sourced from log's changelog.
[0.4.21] - 2024-02-27
What's Changed
- Minor clippy nits by
@nyurikin rust-lang/log#578- Simplify Display impl by
@nyurikin rust-lang/log#579- Set all crates to 2021 edition by
@nyurikin rust-lang/log#580- Various changes based on review by
@Thomasdezeeuwin rust-lang/log#583- Fix typo in file_static() method doc by
@dimo414in rust-lang/log#590- Specialize empty key value pairs by
@EFanZhin rust-lang/log#576- Fix incorrect lifetime in Value::to_str() by
@peterjoelin rust-lang/log#587- Remove some API of the key-value feature by
@Thomasdezeeuwin rust-lang/log#585- Add logcontrol-log and log-reload by
@swsnrin rust-lang/log#595- Add Serialization section to kv::Value docs by
@Thomasdezeeuwin rust-lang/log#593- Rename Value::to_str to to_cow_str by
@Thomasdezeeuwin rust-lang/log#592- Clarify documentation and simplify initialization of
STATIC_MAX_LEVELby@ptosiin rust-lang/log#594- Update docs to 2021 edition, test by
@nyurikin rust-lang/log#577- Add "alterable_logger" link to README.md by
@brummer-simonin rust-lang/log#589- Normalize line ending by
@EFanZhin rust-lang/log#602- Remove
ok_orin favor ofOption::ok_orby@AngelicosPhosphorosin rust-lang/log#607- Use
Acquireordering for initialization check by@AngelicosPhosphorosin rust-lang/log#610- Get structured logging API ready for stabilization by
@KodrAusin rust-lang/log#613New Contributors
@nyurikmade their first contribution in rust-lang/log#578@dimo414made their first contribution in rust-lang/log#590@peterjoelmade their first contribution in rust-lang/log#587@ptosimade their first contribution in rust-lang/log#594@brummer-simonmade their first contribution in rust-lang/log#589@AngelicosPhosphorosmade their first contribution in rust-lang/log#607
Commits
3ccdc28Merge pull request #617 from rust-lang/cargo/0.4.216153cb2prepare for 0.4.21 releasef0f7494Merge pull request #613 from rust-lang/feat/kv-cleanup2b220bfclean up structured logging example646e9abuse original Visitor name for VisitValuecf85c38add needed subfeatures to kv_unstable73e9539fix up capturing of :err31bb4b0move error macros togetherad91711support field shorthand in macros90a347brestore removed APIs as deprecated- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 85.09%. Comparing base (
93bb1e5) to head (bd29cc5).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1312 +/- ##
==========================================
- Coverage 85.54% 85.09% -0.46%
==========================================
Files 77 77
Lines 4261 4259 -2
Branches 795 753 -42
==========================================
- Hits 3645 3624 -21
- Misses 447 466 +19
Partials 169 169
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.