From dd2c6e07b8f1685358dd0082800636959a087154 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 02:09:24 +0000 Subject: [PATCH] Bump nix from 0.24.1 to 0.24.2 Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2. - [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.24.1...v0.24.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 706ff706..e3467373 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -664,9 +664,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.24.1" +version = "0.24.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" +checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc" dependencies = [ "bitflags", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index b48cbcf6..83470598 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -90,7 +90,7 @@ wait-timeout = "0.2.0" tempfile = "3.3.0" [target.'cfg(unix)'.dev-dependencies] -nix = { version = "0.24.1", default-features = false, features = ["term"] } +nix = { version = "0.24.2", default-features = false, features = ["term"] } [build-dependencies] clap = { version = "2.34", optional = true }