Update Rust crate env_logger to 0.10.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2022-11-26 00:30:14 +00:00
parent 292f4179d0
commit ecb3edf90b
2 changed files with 78 additions and 6 deletions

View File

@ -15,7 +15,7 @@ include_dir = "0.7.3"
log = "0.4.17"
serde_json = "1.0.89"
serde_yaml = "0.9.14"
env_logger = "0.9.1"
env_logger = "0.10.0"
serde = { version = "1.0.147", features = ["derive"] }
bcrypt = "0.13.0"
uuid = { version = "1.2.2", features = ["v4"] }