Skip to content

Commit 42d5f1f

Browse files
fix(deps): update rust crate nix to 0.30
1 parent 4e890c7 commit 42d5f1f

File tree

2 files changed

+3
-15
lines changed

2 files changed

+3
-15
lines changed

Cargo.lock

Lines changed: 2 additions & 14 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
@@ -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)