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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/247/head
dependabot[bot] 1 year ago committed by GitHub
parent 334c4223ab
commit 733008a24d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated

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

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

Loading…
Cancel
Save