Skip to content

Commit cdf32ca

Browse files
fix(deps): update rust crate tun2 to v4
1 parent d53b76f commit cdf32ca

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ flate2 = { version = "1.0", optional = true }
186186
brotli = { version = "7.0", optional = true }
187187
zstd = { version = "0.13", optional = true }
188188

189-
tun2 = { version = "3.1", optional = true, default-features = false, features = [
189+
tun2 = { version = "4.0", optional = true, default-features = false, features = [
190190
"async",
191191
] }
192192
etherparse = { version = "0.16", optional = true }

0 commit comments

Comments
 (0)