From b53809cc0359dc791b15497b4a934f00570e6c18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:54:12 +0000 Subject: [PATCH] chore: bump nix from 0.26.4 to 0.27.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.4 to 0.27.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.4...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 28 +++------------------------- admin-tool/Cargo.toml | 2 +- client-linuxapp/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 27 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 015189ab9..e49539928 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,7 +801,7 @@ dependencies = [ "env_logger", "lazy_static", "log", - "nix 0.27.1", + "nix", "rand", "retry", "semver", @@ -1005,7 +1005,7 @@ dependencies = [ "fdo-util", "futures", "log", - "nix 0.26.4", + "nix", "openssl", "pretty_env_logger", "rand", @@ -1027,7 +1027,7 @@ dependencies = [ "fdo-util", "libcryptsetup-rs", "log", - "nix 0.26.4", + "nix", "openssl", "rand", "secrecy", @@ -2072,15 +2072,6 @@ version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149" -[[package]] -name = "memoffset" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" -dependencies = [ - "autocfg", -] - [[package]] name = "mime" version = "0.3.17" @@ -2159,19 +2150,6 @@ dependencies = [ "tempfile", ] -[[package]] -name = "nix" -version = "0.26.4" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b" -dependencies = [ - "bitflags 1.3.2", - "cfg-if 1.0.0", - "libc", - "memoffset", - "pin-utils", -] - [[package]] name = "nix" version = "0.27.1" diff --git a/admin-tool/Cargo.toml b/admin-tool/Cargo.toml index 57a69b13d..1e5d191e7 100644 --- a/admin-tool/Cargo.toml +++ b/admin-tool/Cargo.toml @@ -18,7 +18,7 @@ reqwest = "0.12" serde = "1" serde_yaml = "0.9" pretty_env_logger = "0.5" -nix = "0.26" +nix = "0.27" tokio = { version = "1", features = ["full"] } fdo-data-formats = { path = "../data-formats", version = "0.5.2" } diff --git a/client-linuxapp/Cargo.toml b/client-linuxapp/Cargo.toml index 9dce2292f..fefe6d133 100644 --- a/client-linuxapp/Cargo.toml +++ b/client-linuxapp/Cargo.toml @@ -13,7 +13,7 @@ tokio = { version = "1", features = ["full"] } sys-info = "0.9" serde_bytes = "0.11" rand = "0.8.4" -nix = "0.26" +nix = "0.27" uuid = "1.3" thiserror = "1" libcryptsetup-rs = { version = "0.11.2", features = ["mutex"] }