Update Rust crate simple_logger to 4.3
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
simple_logger | dev-dependencies | minor |
4.2 -> 4.3
|
Release Notes
borntyping/rust-simple_logger (simple_logger)
v4.3.3
What's Changed
- Added notes on project status to the README (
v4.3.1
). - Ensure
module_levels
is always sorted, so thatenabled()
correctly selects the most specific target. Fixes #90, thanks @nikarh.
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.0...v4.3.2
v4.3.0
What's Changed
- Upgrade
windows-sys
from 0.42 to 0.48 by @iamjpotts in https://github.com/borntyping/rust-simple_logger/pull/83 - Remove misguided
env_logger
reference from docs by @igortg in https://github.com/borntyping/rust-simple_logger/pull/87 - Add
max_level
method, to enable users to own a valid configured instance before callingset_boxed_logger
by @twiby in https://github.com/borntyping/rust-simple_logger/pull/88 - Added a
wrap.rs
example showing how you might wrap the logger with your own.
New Contributors
- @iamjpotts made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/83
- @igortg made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/87
- @twiby made their first contribution in https://github.com/borntyping/rust-simple_logger/pull/88
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by cyberta