Skip to content

Commit fe0bd82

Browse files
chore(deps): bump nix from 0.27.1 to 0.28.0
Bumps [nix](https://github.com/nix-rust/nix) from 0.27.1 to 0.28.0. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...v0.28.0) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afb0e2a commit fe0bd82

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Cargo.lock

Lines changed: 9 additions & 2 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
@@ -181,7 +181,7 @@ shadowsocks = { version = "1.18.1", path = "../shadowsocks", default-features =
181181

182182
# Just for the ioctl call macro
183183
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd"))'.dependencies]
184-
nix = { version = "0.27", features = ["ioctl"] }
184+
nix = { version = "0.28", features = ["ioctl"] }
185185

186186
[target.'cfg(windows)'.dependencies]
187187
windows-sys = { version = "0.52", features = ["Win32_Networking_WinSock"] }

0 commit comments

Comments
 (0)