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

This commit is contained in:
2024-03-06 00:11:07 +00:00
parent 042b9f3f60
commit 348c200f39
2 changed files with 10 additions and 4 deletions

View File

@ -16,7 +16,7 @@ include_dir = "0.7.3"
log = "0.4.21"
serde_json = "1.0.114"
serde_yaml = "0.9.32"
env_logger = "0.11.2"
env_logger = "0.11.3"
serde = { version = "1.0.197", features = ["derive"] }
bcrypt = "0.15.0"
uuid = { version = "1.7.0", features = ["v4"] }