From 733008a24d4289378ba1347f92807867a6b1c609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:16:05 -0800 Subject: [PATCH] Bump nix from 0.26.1 to 0.26.2 (#241) Bumps [nix](https://github.com/nix-rust/nix) from 0.26.1 to 0.26.2. - [Release notes](https://github.com/nix-rust/nix/releases) - [Changelog](https://github.com/nix-rust/nix/blob/v0.26.2/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.1...v0.26.2) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04303e5..1dc1033 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -731,9 +731,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.1" +version = "0.26.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" +checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" dependencies = [ "bitflags", "cfg-if", @@ -1461,7 +1461,7 @@ dependencies = [ "indoc", "lazy_static", "log", - "nix 0.26.1", + "nix 0.26.2", "regex", "serde", "serde_json", diff --git a/Cargo.toml b/Cargo.toml index e5b8ea1..e2278b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ fork = "0.1" indoc = "1.0" lazy_static = "1.4.0" log = "0.4.17" -nix = "0.26.1" +nix = "0.26.2" regex = "1.7.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"