aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJ. Neuschäfer <j.ne@posteo.net>2025-01-22 21:55:44 +0000
committerAlex Auvolat <lx@deuxfleurs.fr>2025-01-27 18:37:05 +0100
commit23d57b89dcc0da026b255f582fc6e23945c1df22 (patch)
tree78c2b046dc88e3df90844e929bf753ae94c7ffec /Cargo.toml
parent5e3e1f4453dacc814c79bbec08cd5acadb2ce4d0 (diff)
downloadgarage-23d57b89dcc0da026b255f582fc6e23945c1df22.tar.gz
garage-23d57b89dcc0da026b255f582fc6e23945c1df22.zip
update nix crate to 0.29 and libc to 0.2.169
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 f327763e..5ff0ec42 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -59,7 +59,7 @@ ipnet = "2.9.0"
lazy_static = "1.4"
md-5 = "0.10"
mktemp = "0.5"
-nix = { version = "0.27", default-features = false, features = ["fs"] }
+nix = { version = "0.29", default-features = false, features = ["fs"] }
nom = "7.1"
parse_duration = "2.1"
pin-project = "1.0.12"