Node
Node copied to clipboard
Bump the patch group in /automap with 2 updates
Bumps the patch group in /automap with 2 updates: crossbeam-channel and log.
Updates crossbeam-channel from 0.5.8 to 0.5.13
Release notes
Sourced from crossbeam-channel's releases.
crossbeam-channel 0.5.13
- Add
select_biased!macro. (#1040)crossbeam-channel 0.5.12
- Fix memory leak in unbounded channel. (#1084)
crossbeam-channel 0.5.11
- Remove dependency on
cfg-if. (#1072)crossbeam-channel 0.5.10
- Relax the minimum supported Rust version to 1.60. (#1056)
- Optimize
Dropimplementation of bounded channel. (#1057)crossbeam-channel 0.5.9
- Bump the minimum supported Rust version to 1.61. (#1037)
Commits
3f5d51fPrepare for the next releasea9d236cUse setup-cross-toolchain-action instead of cross4a514f4Address unexpected_cfgs warning91edb88Add select_biased! macro (#1040)d1ab079Fix clippy::assigning_clones warning3045680ci: Set timeout-minutes in all jobs1dc72c8Revert "ci: Pin nightly toolchain for sanitizers to nightly-2024-03-13"39417a5ci: Use taiki-e/checkout-action action120a6ddRun cargo-careful in CI2b06585impl Display for CachePadded<T> (#1097)- Additional commits viewable in compare view
Updates log from 0.4.17 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
... (truncated)
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 <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) -
@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) -
@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) -
@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency -
@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions