summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThayne McCombs <astrothayne@gmail.com>2024-05-01 11:46:53 -0600
committerGitHub <noreply@github.com>2024-05-01 11:46:53 -0600
commitddd3aae24962dce658f1ee76079ec1557cedd543 (patch)
tree619ab593cbfacec9086f044887c0d90cab19a06b
parent9279b1f0af0a88736cd28cff74d86afec72841d7 (diff)
parent21d50dae8c698f196a57b20c312c0c45a5112438 (diff)
Merge pull request #1542 from sharkdp/dependabot/cargo/nix-0.28.0
build(deps): bump nix from 0.27.1 to 0.28.0
-rw-r--r--Cargo.lock13
-rw-r--r--Cargo.toml2
2 files changed, 2 insertions, 13 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 9ac5eba..1369108 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -327,7 +327,7 @@ dependencies = [
"jemallocator",
"libc",
"lscolors",
- "nix 0.27.1",
+ "nix 0.28.0",
"normpath",
"nu-ansi-term",
"regex",
@@ -503,17 +503,6 @@ dependencies = [
[[package]]
name = "nix"
-version = "0.27.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
-dependencies = [
- "bitflags 2.5.0",
- "cfg-if",
- "libc",
-]
-
-[[package]]
-name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
diff --git a/Cargo.toml b/Cargo.toml
index 19e9e69..827657a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -65,7 +65,7 @@ default-features = false
features = ["nu-ansi-term"]
[target.'cfg(unix)'.dependencies]
-nix = { version = "0.27.1", default-features = false, features = ["signal", "user"] }
+nix = { version = "0.28.0", default-features = false, features = ["signal", "user"] }
[target.'cfg(all(unix, not(target_os = "redox")))'.dependencies]
libc = "0.2"