Skip to content

Commit

Permalink
chore(deps): bump nix from 0.27.1 to 0.28.0 (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent f81ba8e commit b5c74a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/shadowsocks-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ shadowsocks = { version = "1.18.1", path = "../shadowsocks", default-features =

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

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

0 comments on commit b5c74a6

Please sign in to comment.