From 31f5d51a40728f65f0d2f9ab4c7c0335544f4baa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 15:48:32 +0000 Subject: [PATCH] Update Rust crate nix to 0.29 --- src/integration/Cargo.toml | 2 +- src/qos_core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] }