chore(deps): update rust crate log to v0.4.28
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| log | dependencies | patch | 0.4.17 -> 0.4.28 |
Release Notes
rust-lang/log (log)
v0.4.28
v0.4.27
What's Changed
- A few minor lint fixes by @nyurik in #671
- Enable clippy support for format-like macros by @nyurik in #665
- Add an optional logger param by @tisonkun in #664
- Pass global logger by value, supplied logger by ref by @KodrAus in #673
Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
v0.4.26
What's Changed
- A few minor lint fixes by @nyurik in #671
- Enable clippy support for format-like macros by @nyurik in #665
- Add an optional logger param by @tisonkun in #664
- Pass global logger by value, supplied logger by ref by @KodrAus in #673
Full Changelog: https://github.com/rust-lang/log/compare/0.4.26...0.4.27
v0.4.25
What's Changed
- Derive
Cloneforkv::Valueby @SpriteOvO in #668 - Add
spdlog-rslink to crate doc by @SpriteOvO in #669
Full Changelog: https://github.com/rust-lang/log/compare/0.4.25...0.4.26
v0.4.24
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.24...0.4.25
v0.4.23
What's Changed
Full Changelog: https://github.com/rust-lang/log/compare/0.4.23...0.4.24
v0.4.22
What's Changed
- Fix some typos by @Kleinmarb in #637
- Add logforth to implementation by @tisonkun in #638
- Add
spdlog-rslink to README by @SpriteOvO in #639 - Add correct lifetime to kv::Value::to_borrowed_str by @stevenroose in #643
- docs: Add logforth as an impl by @tisonkun in #642
- Add clang_log implementation by @DDAN-17 in #646
- Bind lifetimes of &str returned from Key by the lifetime of 'k rather than the lifetime of the Key struct by @gbbosak in #648
- Fix up key lifetimes and add method to try get a borrowed key by @KodrAus in #653
- Add Ftail implementation by @tjardoo in #652
New Contributors
- @Kleinmarb made their first contribution in #637
- @tisonkun made their first contribution in #638
- @SpriteOvO made their first contribution in #639
- @stevenroose made their first contribution in #643
- @DDAN-17 made their first contribution in #646
- @gbbosak made their first contribution in #648
- @tjardoo made their first contribution in #652
Full Changelog: https://github.com/rust-lang/log/compare/0.4.22...0.4.23
v0.4.21
What's Changed
- Add some clarifications to the library docs by @KodrAus in #620
- Add links to
cologcrate by @chrivers in #621 - adding line_number test + updating some testing infrastructure by @DIvkov575 in #619
- Clarify the actual set of functions that can race in _racy variants by @KodrAus in #623
- Replace deprecated std::sync::atomic::spin_loop_hint() by @Catamantaloedis in #625
- Check usage of max_level features by @Thomasdezeeuw in #627
- Remove unneeded import by @Thomasdezeeuw in #628
- Loosen orderings for logger initialization in #632. Originally by @pwoolcoc in #599
- Use Location::caller() for file and line info in #633. Originally by @Cassy343 in #520
New Contributors
- @chrivers made their first contribution in #621
- @DIvkov575 made their first contribution in #619
- @Catamantaloedis made their first contribution in #625
Full Changelog: https://github.com/rust-lang/log/compare/0.4.21...0.4.22
v0.4.20
- Remove rustversion dev-dependency by @Thomasdezeeuw in #568
- Remove
local_inner_macrosusage by @EFanZh in #570
v0.4.19
- Use target_has_atomic instead of the old atomic_cas cfg by @GuillaumeGomez in #555
- Put MSRV into Cargo.toml by @est31 in #557
v0.4.18
- fix Markdown links (again) by @hellow554 in #513
- add cargo doc to workflow by @hellow554 in #515
- Apply Clippy lints by @hellow554 in #516
- Replace ad-hoc eq_ignore_ascii_case with slice::eq_ignore_ascii_case by @glandium in #519
- fix up windows targets by @KodrAus in #528
- typo fix by @jiangying000 in #529
- Remove dependency on cfg_if by @EriKWDev in #536
- GitHub Workflows security hardening by @sashashura in #538
- Fix build status badge by @atouchet in #539
- Add call_logger to the documentation by @a1ecbr0wn in #547
- Use stable internals for key-value API by @KodrAus in #550
- Change wording of list of implementations by @Thomasdezeeuw in #553
- Add std-logger to list of implementations by @Thomasdezeeuw in #554
- Add
set_max_level_racyand gateset_max_levelby @djkoloski in #544 - [doc] src/lib.rs : prefix an unused variable with an underscore by @OccupyMars2025 in #561
- [doc] src/macros.rs : correct grammar errors of an example in lib documentation by @OccupyMars2025 in #562
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.