bump dependencies

This commit is contained in:
Robin Appelman 2024-01-14 17:13:29 +01:00
commit b4bb43820b
5 changed files with 524 additions and 349 deletions

View file

@ -7,17 +7,17 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/icewind1991/tasproxy"
[dependencies]
rumqttc = "0.10"
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
futures-util = "0.3"
dashmap = "5"
json = "0.12"
warp = "0.3"
dotenv = "0.15"
color-eyre = "0.5"
async-stream = "0.3"
pin-utils = "0.1"
hostname = "0.3"
warp-reverse-proxy = { version = "0.3", default_features = false, features = ["rustls-tls"] }
tokio-stream = { version = "0.1.9", features = ["net"] }
base64 = "0.13.0"
rumqttc = "0.23.0"
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
futures-util = "0.3.30"
dashmap = "5.5.3"
json = "0.12.4"
warp = "0.3.6"
dotenv = "0.15.0"
color-eyre = "0.6.2"
async-stream = "0.3.5"
pin-utils = "0.1.0"
hostname = "0.3.1"
warp-reverse-proxy = { version = "1.0.0", default_features = false, features = ["rustls-tls"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
base64 = "0.21.7"