Update Rust crate env_logger to 0.9.3
This commit is contained in:
parent
aa7bea05f5
commit
4468a75326
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -617,9 +617,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "env_logger"
|
||||
version = "0.9.1"
|
||||
version = "0.9.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
|
||||
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
||||
dependencies = [
|
||||
"atty",
|
||||
"humantime",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user