Skip to content

Commit 9d3943d

Browse files
fix(deps): update rust crate nix to 0.30
1 parent c1f6396 commit 9d3943d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shadowsocks-service/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ shadowsocks = { version = "1.23.1", path = "../shadowsocks", default-features =
200200

201201
# Just for the ioctl call macro
202202
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "openbsd"))'.dependencies]
203-
nix = { version = "0.29", features = ["ioctl"] }
203+
nix = { version = "0.30", features = ["ioctl"] }
204204

205205
[target.'cfg(windows)'.dependencies]
206206
windows-sys = { version = "0.59", features = ["Win32_Networking_WinSock"] }

0 commit comments

Comments
 (0)