From dc3fcd5488c465b84edccd5d23c6b10ebe031974 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 15:54:50 +0000 Subject: [PATCH] build(deps): bump nix from 0.26.3 to 0.27.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.3 to 0.27.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.3...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61c8878..706c2e8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -148,9 +148,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.3" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abbbc55ad7b13aac85f9401c796dcda1b864e07fcad40ad47792eaa8932ea502" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ "bitflags 2.4.0", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index 0dde1ec..82a9595 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ anyhow = { version = "1.0.75", features = ["backtrace"] } env_logger = { version = "0.10.0", default-features = false } evdev-rs = "0.6.1" log = "0.4.20" -nix = { version = "0.26.2", default-features = false, features = [ +nix = { version = "0.27.1", default-features = false, features = [ "event", "inotify", ] }