From 4b95f17cb56615767491093bcb8615e0df1ee66d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Sep 2021 17:35:29 -0700 Subject: [PATCH] Bump nix from 0.18.0 to 0.22.1 (#1022) Bumps [nix](https://github.com/nix-rust/nix) from 0.18.0 to 0.22.1. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.22.1/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.18.0...v0.22.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 ++++--- fog/load_testing/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 79e6b9ea78..45c6f71243 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5265,14 +5265,15 @@ dependencies = [ [[package]] name = "nix" -version = "0.18.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055" +checksum = "e7555d6c7164cc913be1ce7f95cbecdabda61eb2ccd89008524af306fb7f5031" dependencies = [ "bitflags", "cc", - "cfg-if 0.1.10", + "cfg-if 1.0.0", "libc", + "memoffset 0.6.4", ] [[package]] diff --git a/fog/load_testing/Cargo.toml b/fog/load_testing/Cargo.toml index df763f2f6b..10b37a8820 100644 --- a/fog/load_testing/Cargo.toml +++ b/fog/load_testing/Cargo.toml @@ -14,7 +14,7 @@ path = "src/bin/ingest.rs" arrayvec = "0.7" grpcio = "0.9.0" libc = "0.2.102" -nix = "0.18" +nix = "0.22" retry = "1.2" structopt = "0.3" tempdir = "0.3"