From 4e0fd0645b5158355f7d26524d137e7088ab3a31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 10:12:54 +0000 Subject: [PATCH] chore(deps): Bump nix from 0.26.1 to 0.26.2 (#6606) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Dom --- Cargo.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ceb2d45464..0ca074ed3f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3521,9 +3521,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", @@ -4895,7 +4895,7 @@ dependencies = [ "libc", "log", "memchr", - "nix 0.26.1", + "nix 0.26.2", "scopeguard", "unicode-segmentation", "unicode-width", @@ -5637,7 +5637,7 @@ dependencies = [ "hyper", "influxdb_iox_client", "iox_arrow_flight", - "nix 0.26.1", + "nix 0.26.2", "observability_deps", "once_cell", "parking_lot 0.12.1", @@ -6593,7 +6593,7 @@ dependencies = [ "log", "md-5", "memchr", - "nix 0.26.1", + "nix 0.26.2", "nom", "num-integer", "num-traits",