Compare commits
2 Commits
3c2ea933c4
...
79cb4ff469
Author | SHA1 | Date | |
---|---|---|---|
79cb4ff469 | |||
4468a75326 |
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -617,9 +617,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "env_logger"
|
name = "env_logger"
|
||||||
version = "0.9.1"
|
version = "0.9.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "c90bf5f19754d10198ccb95b70664fc925bd1fc090a0fd9a6ebc54acc8cd6272"
|
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"atty",
|
"atty",
|
||||||
"humantime",
|
"humantime",
|
||||||
|
@@ -7,7 +7,7 @@ description = "TCP-over-HTTP solution"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
clap = { version = "4.0.25", features = ["derive", "env"] }
|
clap = { version = "4.0.25", features = ["derive", "env"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
env_logger = "0.9.1"
|
env_logger = "0.9.3"
|
||||||
actix = "0.13.0"
|
actix = "0.13.0"
|
||||||
actix-web = { version = "4", features = ["rustls"] }
|
actix-web = { version = "4", features = ["rustls"] }
|
||||||
actix-web-actors = "4.1.0"
|
actix-web-actors = "4.1.0"
|
||||||
|
Reference in New Issue
Block a user