cargo-crev
cargo-crev copied to clipboard
Bump log from 0.4.21 to 0.4.22
Bumps log from 0.4.21 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
@KodrAus
in rust-lang/log#620- Add links to
colog
crate by@chrivers
in rust-lang/log#621- adding line_number test + updating some testing infrastructure by
@DIvkov575
in rust-lang/log#619- Clarify the actual set of functions that can race in _racy variants by
@KodrAus
in rust-lang/log#623- Replace deprecated std::sync::atomic::spin_loop_hint() by
@Catamantaloedis
in rust-lang/log#625- Check usage of max_level features by
@Thomasdezeeuw
in rust-lang/log#627- Remove unneeded import by
@Thomasdezeeuw
in rust-lang/log#628- Loosen orderings for logger initialization in rust-lang/log#632. Originally by
@pwoolcoc
in rust-lang/log#599- Use Location::caller() for file and line info in rust-lang/log#633. Originally by
@Cassy343
in rust-lang/log#520New Contributors
@chrivers
made their first contribution in rust-lang/log#621@DIvkov575
made their first contribution in rust-lang/log#619@Catamantaloedis
made their first contribution in rust-lang/log#625Full Changelog: https://github.com/rust-lang/log/compare/0.4.21...0.4.22
Commits
d5ba2cf
Merge pull request #634 from rust-lang/cargo/0.4.22d1a8306
prepare for 0.4.22 release46894ef
Merge pull request #633 from rust-lang/feat/panic-infoe0d389c
Merge pull request #632 from rust-lang/feat/loosen-atomicsc9e5e13
use Location::caller() for file and line info507b672
loosen orderings for logger initializationc879b01
Merge pull request #628 from Thomasdezeeuw/fix-warnings405fdb4
Merge pull request #627 from Thomasdezeeuw/check-features1307ade
Remove unneeded import710560e
Don't use --all-features in CI- Additional commits viewable in compare view
You can trigger a rebase of this PR 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.