From 37610c2fce8996d3531140a896c9f309d99d48cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 16:59:05 +0000 Subject: [PATCH] build(deps): bump nix from 0.26.1 to 0.26.2 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] --- Cargo.lock | 4 ++-- xtask/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 17a5965fe..ff3a2a36d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -206,9 +206,9 @@ checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" [[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", diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index f5137152e..b0f71ac7f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -12,7 +12,7 @@ fs-err = "2.6.0" heck = "0.4.0" itertools = "0.10.5" mbrman = "0.5.1" -nix = { version = "0.26.1", default-features = false, features = ["fs"] } +nix = { version = "0.26.2", default-features = false, features = ["fs"] } os_info = { version = "3.6.0", default-features = false } proc-macro2 = "1.0.46" quote = "1.0.21"