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] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dom <dom@itsallbroken.com>
pull/24376/head
dependabot[bot] 2023-01-18 10:12:54 +00:00 committed by GitHub
parent 8c2aadc4d4
commit 4e0fd0645b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
Cargo.lock generated
View File

@ -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",