Update Rust crate env_logger to 0.9.3
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-10 00:25:36 +00:00
parent aa7bea05f5
commit 4468a75326
2 changed files with 3 additions and 3 deletions

View File

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