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

This commit is contained in:
2023-12-14 00:17:48 +00:00
committed by Pierre Hubert
parent 27d62d6552
commit 804c3e433b
2 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ description = "TCP-over-HTTP solution"
[dependencies]
clap = { version = "4.4.11", features = ["derive", "env"] }
log = "0.4.20"
env_logger = "0.10.0"
env_logger = "0.10.1"
actix = "0.13.1"
actix-web = { version = "4", features = ["rustls"] }
actix-web-actors = "4.2.0"