fix(deps): update rust crate simple_logger to v5 #9
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
4
->5
Release Notes
borntyping/rust-simple_logger
v5.0.0
Compare Source
What's Changed
stderr
andcolors
features, logs will be printed in colour even when STDOUT is redirected.colors
feature, not thecolored
dependency.set_up_color_terminal
from the public API. This has been called byinit()
for a while now.New Contributors
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.3.3...v5.0.0
v4.3.3
Compare Source
What's Changed
v4.3.1
).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
Compare Source
What's Changed
windows-sys
from 0.42 to 0.48 by @iamjpotts in https://github.com/borntyping/rust-simple_logger/pull/83env_logger
reference from docs by @igortg in https://github.com/borntyping/rust-simple_logger/pull/87max_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/88wrap.rs
example showing how you might wrap the logger with your own.New Contributors
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.2.0...v4.3.0
v4.2.0
Compare Source
What's Changed
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.1.0...v4.2.0
v4.1.0
Compare Source
What's Changed
Full Changelog: https://github.com/borntyping/rust-simple_logger/compare/v4.0.0...v4.1.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.