Skip to content

Commit 85fdbf4

Browse files
Update Rust crate nix to 0.30 (#8419)
1 parent e5f0773 commit 85fdbf4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Cargo.lock

Lines changed: 14 additions & 1 deletion
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
@@ -542,7 +542,7 @@ nexus-test-interface = { path = "nexus/test-interface" }
542542
nexus-test-utils-macros = { path = "nexus/test-utils-macros" }
543543
nexus-test-utils = { path = "nexus/test-utils" }
544544
nexus-types = { path = "nexus/types" }
545-
nix = { version = "0.29", features = ["net"] }
545+
nix = { version = "0.30", features = ["net"] }
546546
nom = "7.1.3"
547547
num-integer = "0.1.46"
548548
num = { version = "0.4.3", default-features = false, features = [ "libm" ] }

0 commit comments

Comments
 (0)