From 89d5020977ebdc96622ad36cb502cd00d35c6311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 14:06:52 +0000 Subject: [PATCH] Bump nix from 0.23.1 to 0.24.0 Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.0. - [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/commits) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- manager/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f04487293c..8904731839 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -417,7 +417,7 @@ dependencies = [ "itertools", "log", "log-derive", - "nix 0.23.1", + "nix 0.24.0", "reqwest", "rustwide", "semver 1.0.7", @@ -1526,12 +1526,11 @@ dependencies = [ [[package]] name = "nix" -version = "0.23.1" +version = "0.24.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f866317acbd3a240710c63f065ffb1e4fd466259045ccb504130b7f668f35c6" +checksum = "8f6d99b651ff9697d6710f9613a07c5b4e0d655040faf56b3b471af108d55597" dependencies = [ "bitflags", - "cc", "cfg-if 1.0.0", "libc", "memoffset", diff --git a/manager/Cargo.toml b/manager/Cargo.toml index 4e8068a010..9f9b4df30c 100644 --- a/manager/Cargo.toml +++ b/manager/Cargo.toml @@ -34,7 +34,7 @@ semver = "1.0.7" cargo = "0.60.0" tokio-process = "0.2" tokio = "1.17" -nix = "0.23.1" +nix = "0.24.0" failure = "0.1.5" walkdir = "2" rustwide = "0.14.0"