summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLeo Kettmeir <crowlkats@toaxl.com>2024-10-19 14:59:39 -0700
committerGitHub <noreply@github.com>2024-10-19 21:59:39 +0000
commit473e3069de4bf5877a6f1140aa0462e05f745536 (patch)
tree7d26a38a78f3f8552f83c0112196004531b46e44 /Cargo.toml
parent85709c70abb538cf22df73261bc37453e7cb07a7 (diff)
chore: update nix crate (#26422)
Dedupes nix dependency, since `rustyline` depends on a newer version that what we currently use
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e2f439e37..9f15d03a5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -221,7 +221,7 @@ quote = "1"
syn = { version = "2", features = ["full", "extra-traits"] }
# unix
-nix = "=0.26.2"
+nix = "=0.27.1"
# windows deps
junction = "=0.2.0"