From 79b737b06926baeb2166fbf71562c1a773d92625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Feb 2024 06:23:56 +0000 Subject: [PATCH] fix(deps): update rust crate nix to 0.28 --- 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 9da9b8fd3..25a2eb988 100644 --- a/src/integration/Cargo.toml +++ b/src/integration/Cargo.toml @@ -16,7 +16,7 @@ qos_test_primitives = { path = "../qos_test_primitives" } tokio = { version = "1.33", features = ["macros", "rt-multi-thread"], default-features = false } borsh = { version = "0.10" } -nix = { version = "0.26", features = ["socket"], default-features = false } +nix = { version = "0.28", features = ["socket"], default-features = false } [dev-dependencies] qos_core = { path = "../qos_core", features = ["mock"], default-features = false } diff --git a/src/qos_core/Cargo.toml b/src/qos_core/Cargo.toml index d26930647..5e9b8b363 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.28", features = ["socket"], default-features = false } libc = "=0.2.148" borsh = { version = "0.10" }