Skip to content

Commit 802caea

Browse files
fix(deps): update rust crate tun to 0.8
1 parent ac537df commit 802caea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 3 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
@@ -206,7 +206,7 @@ nix = { version = "0.30", features = ["ioctl"] }
206206
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }
207207

208208
[target.'cfg(any(target_os = "ios", target_os = "macos", target_os = "linux", target_os = "android", target_os = "windows", target_os = "freebsd"))'.dependencies]
209-
tun = { version = "0.7", optional = true, features = ["async"] }
209+
tun = { version = "0.8", optional = true, features = ["async"] }
210210

211211
[dev-dependencies]
212212
byteorder = "1.5"

0 commit comments

Comments
 (0)