deps: bump log from 0.4.20 to 0.4.22 in /rust-peer
Bumps log from 0.4.20 to 0.4.22.
Changelog
Sourced from log's changelog.
[0.4.22] - 2024-06-27
What's Changed
- Add some clarifications to the library docs by
@KodrAusin rust-lang/log#620- Add links to
cologcrate by@chriversin rust-lang/log#621- adding line_number test + updating some testing infrastructure by
@DIvkov575in rust-lang/log#619- Clarify the actual set of functions that can race in _racy variants by
@KodrAusin rust-lang/log#623- Replace deprecated std::sync::atomic::spin_loop_hint() by
@Catamantaloedisin rust-lang/log#625- Check usage of max_level features by
@Thomasdezeeuwin rust-lang/log#627- Remove unneeded import by
@Thomasdezeeuwin rust-lang/log#628- Loosen orderings for logger initialization in rust-lang/log#632. Originally by
@pwoolcocin rust-lang/log#599- Use Location::caller() for file and line info in rust-lang/log#633. Originally by
@Cassy343in rust-lang/log#520New Contributors
@chriversmade their first contribution in rust-lang/log#621@DIvkov575made their first contribution in rust-lang/log#619@Catamantaloedismade their first contribution in rust-lang/log#625Full Changelog: https://github.com/rust-lang/log/compare/0.4.21...0.4.22
[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
d5ba2cfMerge pull request #634 from rust-lang/cargo/0.4.22d1a8306prepare for 0.4.22 release46894efMerge pull request #633 from rust-lang/feat/panic-infoe0d389cMerge pull request #632 from rust-lang/feat/loosen-atomicsc9e5e13use Location::caller() for file and line info507b672loosen orderings for logger initializationc879b01Merge pull request #628 from Thomasdezeeuw/fix-warnings405fdb4Merge pull request #627 from Thomasdezeeuw/check-features1307adeRemove unneeded import710560eDon't use --all-features in CI- 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)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| universal-connectivity | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 1, 2024 3:38am |
addressed by #229
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.