Skip to content

Commit c1fd36f

Browse files
Update Rust crate nix to 0.30
1 parent 621bd32 commit c1fd36f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ qos_test_primitives = { path = "../qos_test_primitives" }
1717

1818
tokio = { version = "1.38.0", 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.30", features = ["socket"], default-features = false }
2121
rustls = { version = "0.23.5" }
2222
webpki-roots = { version = "0.26.1" }
2323

src/qos_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.30", features = ["socket"], default-features = false }
1414
libc = "=0.2.155"
1515
borsh = { version = "1.0", features = ["std", "derive"] , default-features = false}
1616
vsss-rs = { version = "5.1", default-features = false, features = ["std", "zeroize"] }

0 commit comments

Comments
 (0)