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-29 00:37:53 +00:00
parent 79cb4ff469
commit 369639510a
2 changed files with 145 additions and 16 deletions

View File

@ -7,7 +7,7 @@ description = "TCP-over-HTTP solution"
[dependencies]
clap = { version = "4.0.25", features = ["derive", "env"] }
log = "0.4.17"
env_logger = "0.9.3"
env_logger = "0.10.0"
actix = "0.13.0"
actix-web = { version = "4", features = ["rustls"] }
actix-web-actors = "4.1.0"