From 1024b764b44157bba89af0b53c19e1173916cba3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 14:44:50 +0000 Subject: [PATCH] build(deps): update rust crate nix to 0.27.1 --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3bd35550..99403e66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2113,9 +2113,9 @@ dependencies = [ [[package]] name = "nix" -version = "0.27.0" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "896d4664b919f48478f3ce02c502adfe9bffeb61563d2a12ddf1aad8f6cd926f" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ "bitflags 2.3.3", "cfg-if", @@ -3021,7 +3021,7 @@ dependencies = [ "indexmap 1.9.3", "log", "mockall", - "nix 0.27.0", + "nix 0.27.1", "notify-rust", "nu-ansi-term", "once_cell", diff --git a/Cargo.toml b/Cargo.toml index 9e65b4b7..bb083083 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ features = [ ] [target.'cfg(not(windows))'.dependencies] -nix = { version = "0.27.0", default-features = false, features = ["feature", "fs", "user"] } +nix = { version = "0.27.1", default-features = false, features = ["feature", "fs", "user"] } [build-dependencies] shadow-rs = { version = "0.23.0", default-features = false }