From 9867cade300e50c4d47a1f279512e45cd4ef7577 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 09:38:29 +0000 Subject: [PATCH] build(deps): 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 | 32 +++++--------------------------- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 28 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 650b369d205c5c..1d004da11bd80f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1491,7 +1491,7 @@ version = "3.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b" dependencies = [ - "nix 0.27.1", + "nix", "windows-sys 0.52.0", ] @@ -3124,15 +3124,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "memoffset" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.9.0" @@ -3275,19 +3266,6 @@ dependencies = [ "winapi 0.3.9", ] -[[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 0.7.1", - "pin-utils", -] - [[package]] name = "nix" version = "0.27.1" @@ -6141,7 +6119,7 @@ dependencies = [ "dirs-next", "indicatif", "lazy_static", - "nix 0.26.4", + "nix", "reqwest", "scopeguard", "semver 1.0.22", @@ -6441,7 +6419,7 @@ dependencies = [ "clap 3.2.23", "crossbeam-channel", "log", - "nix 0.26.4", + "nix", "rand 0.8.5", "serde", "serde_derive", @@ -6484,7 +6462,7 @@ dependencies = [ "lazy_static", "libc", "log", - "nix 0.26.4", + "nix", "rand 0.8.5", "rand_chacha 0.3.1", "rayon", @@ -7182,7 +7160,7 @@ dependencies = [ "itertools", "libc", "log", - "nix 0.26.4", + "nix", "pem", "percentage", "quinn", diff --git a/Cargo.toml b/Cargo.toml index 66436c9cfb3fd8..9ade73704b18c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -251,7 +251,7 @@ merlin = "3" min-max-heap = "1.3.0" mockall = "0.11.4" modular-bitfield = "0.11.2" -nix = "0.26.4" +nix = "0.27.1" num-bigint = "0.4.4" num-derive = "0.4" num-traits = "0.2"