Update Rust crate env_logger to 0.9.3
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is failing

This commit is contained in:
Pierre HUBERT 2022-11-10 00:16:59 +00:00
parent d346979cc1
commit 0e02023119
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1015,9 +1015,9 @@ dependencies = [
[[package]] [[package]]
name = "env_logger" name = "env_logger"
version = "0.9.1" version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272" checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [ dependencies = [
"atty", "atty",
"humantime", "humantime",

View File

@ -15,7 +15,7 @@ include_dir = "0.7.3"
log = "0.4.17" log = "0.4.17"
serde_json = "1.0.87" serde_json = "1.0.87"
serde_yaml = "0.9.13" serde_yaml = "0.9.13"
env_logger = "0.9.1" env_logger = "0.9.3"
serde = { version = "1.0.147", features = ["derive"] } serde = { version = "1.0.147", features = ["derive"] }
bcrypt = "0.13.0" bcrypt = "0.13.0"
uuid = { version = "1.2.1", features = ["v4"] } uuid = { version = "1.2.1", features = ["v4"] }