Update Rust crate simple_logger to 4.3
Compare changes
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
simple_logger | dev-dependencies | minor |
4.2 -> 4.3
|
v4.3.3
v4.3.1
).module_levels
is always sorted, so that enabled()
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
windows-sys
from 0.42 to 0.48 by @iamjpotts in https://github.com/borntyping/rust-simple_logger/pull/83
env_logger
reference from docs by @igortg in https://github.com/borntyping/rust-simple_logger/pull/87
max_level
method, to enable users to own a valid configured instance before calling set_boxed_logger
by @twiby in https://github.com/borntyping/rust-simple_logger/pull/88
wrap.rs
example showing how you might wrap the logger with your own.Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0
This MR has been generated by Renovate Bot.