mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-09 04:55:27 +00:00
chore(deps): bump env_logger from 0.8.4 to 0.9.0 (#74)
This commit is contained in:
parent
225d3495d1
commit
16a17ed76c
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -96,9 +96,9 @@ checksum = "f7201ee416d124d589a820111ba755930df8b75855321a9a1b87312a0597ec8f"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "env_logger"
|
name = "env_logger"
|
||||||
version = "0.8.4"
|
version = "0.9.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
checksum = "0b2cf0344971ee6c64c31be0d530793fba457d322dfec2810c453d0ef228f9c3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"humantime",
|
"humantime",
|
||||||
|
|
|
||||||
|
|
@ -13,7 +13,7 @@ exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
configparser = "2.0"
|
configparser = "2.0"
|
||||||
env_logger = { version = "0.8", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
env_logger = { version = "0.9", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
getopts = "0.2.21"
|
getopts = "0.2.21"
|
||||||
glob = "0.3"
|
glob = "0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue