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

This commit is contained in:
2022-09-20 00:29:11 +00:00
parent 25b5b58ae2
commit 700f866a80
2 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ include_dir = "0.7.2"
log = "0.4.17"
serde_json = "1.0.85"
serde_yaml = "0.9.13"
env_logger = "0.9.0"
env_logger = "0.9.1"
serde = { version = "1.0.144", features = ["derive"] }
bcrypt = "0.11.0"
uuid = { version = "1.1.2", features = ["v4"] }