mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
bump dependencies
This commit is contained in:
parent
b4bb43820b
commit
9be28dc1e8
3 changed files with 476 additions and 494 deletions
14
Cargo.toml
14
Cargo.toml
|
|
@ -7,17 +7,17 @@ license = "MIT OR Apache-2.0"
|
|||
repository = "https://github.com/icewind1991/tasproxy"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.23.0"
|
||||
tokio = { version = "1.35.1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
rumqttc = "0.24.0"
|
||||
tokio = { version = "1.37.0", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
futures-util = "0.3.30"
|
||||
dashmap = "5.5.3"
|
||||
json = "0.12.4"
|
||||
warp = "0.3.6"
|
||||
warp = "0.3.7"
|
||||
dotenv = "0.15.0"
|
||||
color-eyre = "0.6.2"
|
||||
color-eyre = "0.6.3"
|
||||
async-stream = "0.3.5"
|
||||
pin-utils = "0.1.0"
|
||||
hostname = "0.3.1"
|
||||
hostname = "0.4.0"
|
||||
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"
|
||||
tokio-stream = { version = "0.1.15", features = ["net"] }
|
||||
base64 = "0.22.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue