Update Rust crate log to 0.4.21 - autoclosed
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
log | dependencies | patch |
0.4 -> 0.4.21
|
Release Notes
rust-lang/log (log)
v0.4.21
v0.4.20
- Remove rustversion dev-dependency by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/568
- Remove
local_inner_macros
usage by @EFanZh in https://github.com/rust-lang/log/pull/570
v0.4.19
- Use target_has_atomic instead of the old atomic_cas cfg by @GuillaumeGomez in https://github.com/rust-lang/log/pull/555
- Put MSRV into Cargo.toml by @est31 in https://github.com/rust-lang/log/pull/557
v0.4.18
- fix markdown links (again) by @hellow554 in https://github.com/rust-lang/log/pull/513
- add cargo doc to workflow by @hellow554 in https://github.com/rust-lang/log/pull/515
- Apply Clippy lints by @hellow554 in https://github.com/rust-lang/log/pull/516
- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by @glandium in https://github.com/rust-lang/log/pull/519
- fix up windows targets by @KodrAus in https://github.com/rust-lang/log/pull/528
- typo fix by @jiangying000 in https://github.com/rust-lang/log/pull/529
- Remove dependency on cfg_if by @EriKWDev in https://github.com/rust-lang/log/pull/536
- GitHub Workflows security hardening by @sashashura in https://github.com/rust-lang/log/pull/538
- Fix build status badge by @atouchet in https://github.com/rust-lang/log/pull/539
- Add call_logger to the documentation by @a1ecbr0wn in https://github.com/rust-lang/log/pull/547
- Use stable internals for key-value API by @KodrAus in https://github.com/rust-lang/log/pull/550
- Change wording of list of implementations by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/553
- Add std-logger to list of implementations by @Thomasdezeeuw in https://github.com/rust-lang/log/pull/554
- Add
set_max_level_racy
and gateset_max_level
by @djkoloski in https://github.com/rust-lang/log/pull/544 - [doc] src/lib.rs : prefix an unused variable with an underscore by @OccupyMars2025 in https://github.com/rust-lang/log/pull/561
- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by @OccupyMars2025 in https://github.com/rust-lang/log/pull/562
v0.4.17
- Update
kv_unstable
internal dependencies.
v0.4.16
- Fix a conflict with unqualified
Option
use in macros.
v0.4.15
- Silence a warning about the deprecated
spin_loop_hint
. - Relax ordering in the atomic
set_max_level
call. - Add thumbv4t-none-eabi to targets that don't support atomics
- Allow levels to be iterated over.
- Implement
Log
on some common wrapper types. - Improvements to test coverage.
- Improvements to documentation.
- Add key-value support to the
log!
macros. - Tighten
kv_unstable
internal dependencies so they don't bump past their current alpha. - Add a simple visit API to
kv_unstable
. - Support
NonZero*
integers as values in structured logging - Support static strings as keys in structured logging
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.