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

This commit is contained in:
2024-03-06 00:17:35 +00:00
committed by Pierre Hubert
parent 76584ef475
commit e1a7b42807
2 changed files with 77 additions and 58 deletions

View File

@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
log = "0.4.21"
env_logger = "0.10.1"
env_logger = "0.11.3"
anyhow = "1.0.80"
serde = { version = "1.0.195", features = ["derive"] }
serde_json = "1.0.114"