From 7fc0d081e990467082e7140c15508e2651101cd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:24:21 +0000 Subject: [PATCH] build(deps): update nix requirement from 0.26 to 0.27 Updates the requirements on [nix](https://github.com/nix-rust/nix) to permit the latest version. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.0...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- nsm-test/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1e7f581..1737da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ default-members = [ "." ] lto = true [dependencies] -nix = { version = "0.26", optional = true } +nix = { version = "0.27", optional = true } libc = "0.2" log = "0.4" serde = { version = "1.0", features = ["derive"] } diff --git a/nsm-test/Cargo.toml b/nsm-test/Cargo.toml index f446774..eac1468 100644 --- a/nsm-test/Cargo.toml +++ b/nsm-test/Cargo.toml @@ -12,7 +12,7 @@ serde_bytes = "0.11" serde_cbor = "0.11" aws-nitro-enclaves-nsm-api = { path = "../" } nsm-lib = { path = "../nsm-lib" } -nix = "0.26" +nix = "0.27" threadpool = "1.7" signal-hook = "0.3" vsock = "0.3"