mirror of
https://codeberg.org/icewind/tasproxy.git
synced 2026-06-13 07:54:10 +02:00
update dependencies
This commit is contained in:
parent
d985f32a4c
commit
0d5a00f269
4 changed files with 361 additions and 683 deletions
21
Cargo.toml
21
Cargo.toml
|
|
@ -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"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue