Skip to content

Commit 2c5c9cf

Browse files
dependabot[bot]zonyitoo
authored andcommitted
Bump nix from 0.23.1 to 0.24.1
Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.23.1...v0.24.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c10792e commit 2c5c9cf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

Cargo.lock

Lines changed: 2 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
@@ -132,7 +132,7 @@ shadowsocks = { version = "1.15.0", path = "../shadowsocks", default-features =
132132

133133
# Just for the ioctl call macro
134134
[target.'cfg(any(target_os = "macos", target_os = "ios", target_os = "freebsd", target_os = "netbsd", target_os = "openbsd"))'.dependencies]
135-
nix = "0.23"
135+
nix = "0.24"
136136

137137
[target.'cfg(windows)'.dependencies]
138138
winapi = { version = "0.3", features = ["mswsock", "winsock2"] }

crates/shadowsocks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ sendfd = { version = "0.4", features = ["tokio"] }
9494

9595
# Just for the ioctl call macro
9696
[target.'cfg(any(target_os = "linux", target_os = "android"))'.dependencies]
97-
nix = "0.23"
97+
nix = "0.24"
9898

9999
[dev-dependencies]
100100
env_logger = "0.9"

0 commit comments

Comments
 (0)