Merge pull request 'Update Rust crate env_logger to 0.9.3' (#15) from renovate/env_logger-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #15
This commit is contained in:
@ -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.1"
|
||||
env_logger = "0.9.3"
|
||||
actix = "0.13.0"
|
||||
actix-web = { version = "4", features = ["rustls"] }
|
||||
actix-web-actors = "4.1.0"
|
||||
|
Reference in New Issue
Block a user