From 3ad15721e06e54b4092f6be84f23f920e8195e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 04:49:20 +0000 Subject: [PATCH] Bump nix from 0.23.1 to 0.24.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.23.1...v0.24.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 +++--------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f70366c..bdcf637 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ version = "3.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b37feaa84e6861e00a1f5e5aa8da3ee56d605c9992d33e082786754828e20865" dependencies = [ - "nix 0.24.1", + "nix", "winapi", ] @@ -185,7 +185,7 @@ dependencies = [ "jemallocator", "libc", "lscolors", - "nix 0.23.1", + "nix", "normpath", "num_cpus", "once_cell", @@ -366,19 +366,6 @@ dependencies = [ "autocfg", ] -[[package]] -name = "nix" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" -dependencies = [ - "bitflags", - "cc", - "cfg-if", - "libc", - "memoffset", -] - [[package]] name = "nix" version = "0.24.1" @@ -388,6 +375,7 @@ dependencies = [ "bitflags", "cfg-if", "libc", + "memoffset", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a446574..636d8c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ features = ["suggestions", "color", "wrap_help", "cargo", "unstable-grouped"] [target.'cfg(unix)'.dependencies] users = "0.11.0" -nix = "0.23.1" +nix = "0.24.1" [target.'cfg(all(unix, not(target_os = "redox")))'.dependencies] libc = "0.2"