mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Update env_logger to 11.2
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
f5a46c61d2
commit
6532264b81
2 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ version = "0.5.0-dev"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
data-encoding = "2.5"
|
data-encoding = "2.5"
|
||||||
env_logger = { version = "0.10", default-features = false, features = ["color", "humantime", "auto-color"] }
|
env_logger = { version = "0.11.2", default-features = false, features = ["color", "humantime", "auto-color"] }
|
||||||
futures-util = { version = "0.3", default_features = false }
|
futures-util = { version = "0.3", default_features = false }
|
||||||
getopts = "0.2"
|
getopts = "0.2"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -63,7 +63,7 @@ rand = "0.8"
|
||||||
vergen = { version = "8", default-features = false, features = ["build", "git", "gitcl"] }
|
vergen = { version = "8", default-features = false, features = ["build", "git", "gitcl"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = "0.10"
|
env_logger = "0.11.2"
|
||||||
tokio = { version = "1", features = ["macros", "parking_lot"] }
|
tokio = { version = "1", features = ["macros", "parking_lot"] }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|
Loading…
Reference in a new issue