Skip to content

Commit dc449f4

Browse files
committed
bump deps
1 parent 8977dc4 commit dc449f4

File tree

3 files changed

+57
-23
lines changed

3 files changed

+57
-23
lines changed

Cargo.lock

+49-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ repository = "https://github.com/erebe/wstunnel.git"
1010

1111
[dependencies]
1212
ahash = { version = "0.8.11", features = [] }
13-
anyhow = "1.0.97"
13+
anyhow = "1.0.98"
1414
base64 = "0.22.1"
1515
scopeguard = "1.2.0"
1616

1717
bb8 = { version = "0.9.0", features = [] }
1818
bytes = { version = "1.10.1", features = [] }
19-
clap = { version = "4.5.34", features = ["derive", "env"], optional = true }
19+
clap = { version = "4.5.36", features = ["derive", "env"], optional = true }
2020
fast-socks5 = { version = "0.10.0", features = [] }
2121
fastwebsockets = { version = "0.10.0", features = ["upgrade", "simd", "unstable-split"] }
2222
futures-util = { version = "0.3.31" }
@@ -31,7 +31,7 @@ serde_yaml = { version = "0.9.34", features = [] }
3131
ipnet = { version = "2.11.0", features = ["serde"] }
3232

3333
hyper = { version = "1.6.0", features = ["client", "http1", "http2"] }
34-
hyper-util = { version = "0.1.10", features = ["tokio", "server", "server-auto"] }
34+
hyper-util = { version = "0.1.11", features = ["tokio", "server", "server-auto"] }
3535
http-body-util = { version = "0.1.3" }
3636
jsonwebtoken = { version = "9.3.1", default-features = false }
3737
log = "0.4.27"
@@ -45,7 +45,7 @@ rustls-pemfile = { version = "2.2.0", features = [] }
4545
x509-parser = "0.17.0"
4646
serde = { version = "1.0.219", features = ["derive"] }
4747
socket2 = { version = "0.5.9", features = [] }
48-
tokio = { version = "1.44.1", features = ["io-std", "net", "signal", "sync", "time"] }
48+
tokio = { version = "1.44.2", features = ["io-std", "net", "signal", "sync", "time"] }
4949
tokio-stream = { version = "0.1.17", features = ["net"] }
5050

5151
tracing = { version = "0.1.41", features = ["log"] }
@@ -55,7 +55,7 @@ uuid = { version = "1.16.0", features = ["v7", "serde"] }
5555
derive_more = { version = "2.0.1", features = ["display", "error"] }
5656

5757
[target.'cfg(not(target_family = "unix"))'.dependencies]
58-
crossterm = { version = "0.28.1" }
58+
crossterm = { version = "0.29.0" }
5959
tokio-util = { version = "0.7.14", features = ["io"] }
6060

6161
[target.'cfg(target_family = "unix")'.dependencies]

wstunnel-cli/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "10.1.10"
44
edition = "2021"
55

66
[dependencies]
7-
anyhow = "1.0.97"
8-
clap = { version = "4.5.34", features = ["derive", "env"] }
7+
anyhow = "1.0.98"
8+
clap = { version = "4.5.36", features = ["derive", "env"] }
99
fdlimit = "0.3.0"
10-
tokio = { version = "1.44.1", features = ["full"] }
10+
tokio = { version = "1.44.2", features = ["full"] }
1111
tracing = { version = "0.1.41", features = ["log"] }
1212
tracing-subscriber = { version = "0.3.19", features = ["env-filter", "fmt", "local-time"] }
1313
wstunnel = { path = ".." , features = ["clap"] }

0 commit comments

Comments
 (0)