torrust-tracker
torrust-tracker copied to clipboard
chore(deps): 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 73.42%. Comparing base (
930a50d) to head (b056d05).
Additional details and impacted files
@@ Coverage Diff @@
## develop #720 +/- ##
===========================================
+ Coverage 73.41% 73.42% +0.01%
===========================================
Files 144 144
Lines 9315 9315
===========================================
+ Hits 6839 6840 +1
+ Misses 2476 2475 -1
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Looks like log is up-to-date now, so this is no longer needed.