From b9ef1780f51f346c2a9080f39e25c2971671e897 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jun 2022 05:17:02 +0000 Subject: [PATCH] Bump nix from 0.23.1 to 0.24.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.23.1 to 0.24.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.23.1...v0.24.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 14 +++++++++++++- Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 97e6b15..2ca3ce3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,6 +601,18 @@ dependencies = [ "memoffset", ] +[[package]] +name = "nix" +version = "0.24.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8f17df307904acd05aa8e32e97bb20f2a0df1728bbc2d771ae8f9a90463441e9" +dependencies = [ + "bitflags", + "cfg-if", + "libc", + "memoffset", +] + [[package]] name = "num-integer" version = "0.1.45" @@ -1065,7 +1077,7 @@ dependencies = [ "indoc", "lazy_static", "log", - "nix 0.23.1", + "nix 0.24.1", "serde", "serde_json", "serde_with", diff --git a/Cargo.toml b/Cargo.toml index 73c67ca..9abdb0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ evdev = "0.11.4" indoc = "1.0" lazy_static = "1.4.0" log = "0.4.17" -nix = "0.23.1" +nix = "0.24.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_with = { version = "1.11", features = ["chrono"] }