From 9356868562cc099beacd97cab4f782ea20cf62cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Nov 2022 10:31:46 +0000 Subject: [PATCH] chore(deps): Bump nix from 0.25.0 to 0.26.1 (#6273) Bumps [nix](https://github.com/nix-rust/nix) from 0.25.0 to 0.26.1. - [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.25.0...v0.26.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 21 ++++++--------------- test_helpers_end_to_end/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 16 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dbfda96c3..7230a4b09e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1089,7 +1089,7 @@ dependencies = [ "autocfg", "cfg-if", "crossbeam-utils", - "memoffset 0.7.1", + "memoffset", "scopeguard", ] @@ -3108,15 +3108,6 @@ dependencies = [ "libc", ] -[[package]] -name = "memoffset" -version = "0.6.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce" -dependencies = [ - "autocfg", -] - [[package]] name = "memoffset" version = "0.7.1" @@ -3308,16 +3299,16 @@ dependencies = [ [[package]] name = "nix" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb" +checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694" dependencies = [ - "autocfg", "bitflags", "cfg-if", "libc", - "memoffset 0.6.5", + "memoffset", "pin-utils", + "static_assertions", ] [[package]] @@ -5367,7 +5358,7 @@ dependencies = [ "http", "hyper", "influxdb_iox_client", - "nix 0.25.0", + "nix 0.26.1", "observability_deps", "once_cell", "parking_lot 0.12.1", diff --git a/test_helpers_end_to_end/Cargo.toml b/test_helpers_end_to_end/Cargo.toml index b9756fd971..09ac727438 100644 --- a/test_helpers_end_to_end/Cargo.toml +++ b/test_helpers_end_to_end/Cargo.toml @@ -16,7 +16,7 @@ generated_types = { path = "../generated_types" } http = "0.2.8" hyper = "0.14" influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format"] } -nix = "0.25" +nix = "0.26" observability_deps = { path = "../observability_deps" } once_cell = { version = "1.16.0", features = ["parking_lot"] } parking_lot = "0.12"