diff --git a/src/integration/Cargo.toml b/src/integration/Cargo.toml index fe0d2dd8..54bcfcb4 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -17,7 +17,7 @@ qos_test_primitives = { path = "../qos_test_primitives" } tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"], default-features = false } borsh = { version = "1.0", features = ["std", "derive"] , default-features = false} -nix = { version = "0.26", features = ["socket"], default-features = false } +nix = { version = "0.29", features = ["socket"], default-features = false } rustls = { version = "0.23.5" } webpki-roots = { version = "0.26.1" } diff --git a/src/qos_core/Cargo.toml b/src/qos_core/Cargo.toml index e4b74610..baa42045 100644 --- a/src/qos_core/Cargo.toml +++ b/src/qos_core/Cargo.toml @@ -10,7 +10,7 @@ qos_hex = { path = "../qos_hex", features = ["serde"] } qos_p256 = { path = "../qos_p256" } qos_nsm = { path = "../qos_nsm", default-features = false } -nix = { version = "0.26", features = ["socket"], default-features = false } +nix = { version = "0.29", features = ["socket"], default-features = false } libc = "=0.2.149" borsh = { version = "1.0", features = ["std", "derive"] , default-features = false} vsss-rs = { version = "4.3", default-features = false, features = ["std"] }