update env_logger crate

Ref: GHSA-g98v-hv3f-hcfr
This commit is contained in:
Johann150 2023-07-07 19:35:58 +02:00
parent 6dbafbcb50
commit 6e269435fe
No known key found for this signature in database
GPG key ID: 9EE6577A2A06F8F1
2 changed files with 67 additions and 24 deletions

View file

@ -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"