update dependencies

This commit is contained in:
Robin Appelman 2021-03-23 20:22:41 +01:00
commit 0d5a00f269
4 changed files with 361 additions and 683 deletions

View file

@ -7,15 +7,16 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/tasproxy"
[dependencies]
rumqttc = "0.2.0"
tokio = "0.2"
dashmap = "3.11"
json = "0.12.4"
warp = "0.2.5"
rumqttc = "0.5"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
futures-util = "0.3"
dashmap = "3"
json = "0.12"
warp = "0.3"
dotenv = "0.15.0"
ctrlc = { version = "3.1.7", features = ["termination"] }
color-eyre = "0.5.7"
async-stream = "0.3.0"
pin-utils = "0.1.0"
ctrlc = { version = "3", features = ["termination"] }
color-eyre = "0.5"
async-stream = "0.3"
pin-utils = "0.1"
hostname = "^0.3"
warp-reverse-proxy = { version = "0.2.0", git = "https://github.com/icewind1991/warp-reverse-proxy", branch = "rustls", default_features = false, features = ["rustls-tls"] }
warp-reverse-proxy = { version = "0.3", default_features = false, features = ["rustls-tls"] }