mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
bumb dependencies
This commit is contained in:
parent
2bfffb9434
commit
3cb8eeb8ea
5 changed files with 329 additions and 344 deletions
11
Cargo.toml
11
Cargo.toml
|
|
@ -7,16 +7,15 @@ license = "MIT OR Apache-2.0"
|
|||
repository = "https://github.com/icewind1991/tasproxy"
|
||||
|
||||
[dependencies]
|
||||
rumqttc = "0.8"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
|
||||
rumqttc = "0.10"
|
||||
tokio = { version = "1", features = ["macros", "rt-multi-thread", "signal"] }
|
||||
futures-util = "0.3"
|
||||
dashmap = "4"
|
||||
dashmap = "5"
|
||||
json = "0.12"
|
||||
warp = "0.3"
|
||||
dotenv = "0.15.0"
|
||||
ctrlc = { version = "3", features = ["termination"] }
|
||||
dotenv = "0.15"
|
||||
color-eyre = "0.5"
|
||||
async-stream = "0.3"
|
||||
pin-utils = "0.1"
|
||||
hostname = "^0.3"
|
||||
hostname = "0.3"
|
||||
warp-reverse-proxy = { version = "0.3", default_features = false, features = ["rustls-tls"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue