summaryrefslogtreecommitdiff
path: root/ext/fs
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 /ext/fs
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 'ext/fs')
-rw-r--r--ext/fs/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fs/Cargo.toml b/ext/fs/Cargo.toml
index 313c84fdb..ab0bf22fd 100644
--- a/ext/fs/Cargo.toml
+++ b/ext/fs/Cargo.toml
@@ -31,7 +31,7 @@ serde.workspace = true
thiserror.workspace = true
[target.'cfg(unix)'.dependencies]
-nix.workspace = true
+nix = { workspace = true, features = ["user"] }
[target.'cfg(windows)'.dependencies]
winapi = { workspace = true, features = ["winbase"] }