fix(deps): update rust crate simple_logger to v3

This commit is contained in:
renovate[bot] 2022-10-24 01:42:37 +00:00 committed by GitHub
parent 25190ba5c1
commit e49d0d24dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1653,9 +1653,9 @@ checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
[[package]]
name = "simple_logger"
version = "2.3.0"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48047e77b528151aaf841a10a9025f9459da80ba820e425ff7eb005708a76dc7"
checksum = "cc20708d703a44b96b3b700578a85b6fe887fc63ab20315757026bb8a12faaad"
dependencies = [
"atty",
"colored",

View File

@ -28,7 +28,7 @@ anyhow = "1.0"
# Logger
log = { version = "0.4", features = ["release_max_level_info"] }
simple_logger = "2.3"
simple_logger = "3.0"
colored = "2.0"
# Config