mirror of
https://github.com/YGGverse/agate.git
synced 2026-04-08 12:35:28 +00:00
update env_logger crate
Ref: GHSA-g98v-hv3f-hcfr
This commit is contained in:
parent
6dbafbcb50
commit
6e269435fe
2 changed files with 67 additions and 24 deletions
|
|
@ -13,7 +13,7 @@ exclude = ["/tools", "/.github", "/Cross.toml", "/content", "/CODE_OF_CONDUCT.md
|
|||
|
||||
[dependencies]
|
||||
configparser = "3.0"
|
||||
env_logger = { version = "0.9", default-features = false, features = ["atty", "humantime", "termcolor"] }
|
||||
env_logger = { version = "0.10", default-features = false, features = ["auto-color", "humantime"] }
|
||||
futures-util = "0.3"
|
||||
getopts = "0.2.21"
|
||||
glob = "0.3"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue