Skip to content

Commit 9b58224

Browse files
fix(deps): update rust crate nix to 0.31.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e0eeec commit 9b58224

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ hickory-proto = { version = "0.25.2", features = ["tokio"] }
3131
hickory-client = "0.25.2"
3232
futures-util = { version = "0.3.31", default-features = false }
3333
tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "net", "signal"] }
34-
nix = { version = "0.30.1", features = ["fs", "signal", "net"] }
34+
nix = { version = "0.31.1", features = ["fs", "signal", "net"] }
3535
libc = "0.2.180"
3636
arc-swap = "1.8.0"
3737
flume = "0.12.0"

0 commit comments

Comments
 (0)