Bump nix from 0.24.1 to 0.24.2

Bumps [nix](https://github.com/nix-rust/nix) from 0.24.1 to 0.24.2.
- [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.24.1...v0.24.2)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/131/head
dependabot[bot] 2 years ago committed by GitHub
parent ec44a44b3c
commit 1f8858dee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
Cargo.lock generated

@ -536,9 +536,9 @@ dependencies = [
[[package]]
name = "nix"
version = "0.24.1"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9"
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
dependencies = [
"bitflags",
"cfg-if",
@ -988,7 +988,7 @@ dependencies = [
"indoc",
"lazy_static",
"log",
"nix 0.24.1",
"nix 0.24.2",
"serde",
"serde_json",
"serde_with",

@ -16,7 +16,7 @@ evdev = "0.11.4"
indoc = "1.0"
lazy_static = "1.4.0"
log = "0.4.17"
nix = "0.24.1"
nix = "0.24.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_with = { version = "1.11", features = ["chrono"] }

Loading…
Cancel
Save