Skip to content

Commit 8e78dc5

Browse files
Update Rust crate nix to 0.29
1 parent 0356f71 commit 8e78dc5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/integration/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ qos_test_primitives = { path = "../qos_test_primitives" }
1717

1818
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false }
1919
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
20-
nix = { version = "0.26", features = ["socket"], default-features = false }
20+
nix = { version = "0.29", features = ["socket"], default-features = false }
2121
rustls = { version = "0.23.5" }
2222
webpki-roots = { version = "0.26.1" }
2323

src/qos_core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"] }
1010
qos_p256 = { path = "../qos_p256" }
1111
qos_nsm = { path = "../qos_nsm", default-features = false }
1212

13-
nix = { version = "0.26", features = ["socket"], default-features = false }
13+
nix = { version = "0.29", features = ["socket"], default-features = false }
1414
libc = "=0.2.148"
1515
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1616

0 commit comments

Comments
 (0)