Skip to content

Commit f58ec49

Browse files
fix(deps): update rust crate nix to 0.30 (#1944)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe3d44f commit f58ec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/shadowsocks-service/Cargo.toml

+1-1
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)