aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex <lx@deuxfleurs.fr>2025-01-27 18:09:51 +0000
committerAlex <lx@deuxfleurs.fr>2025-01-27 18:09:51 +0000
commitd4e3e609209eb52d820338daf628df7cf09881ab (patch)
tree2bf53bf64c478019910f5d738615d13836249c32 /Cargo.toml
parentefa6f3d85ee5a4db870aa429f57b946829af8552 (diff)
parent74a1b49b13986bf3f37a277f9ccaabcc51328036 (diff)
downloadgarage-d4e3e609209eb52d820338daf628df7cf09881ab.tar.gz
garage-d4e3e609209eb52d820338daf628df7cf09881ab.zip
Merge pull request 'update nix crate to 0.29 and libc to 0.2.169' (#931) from neuschaefer/garage:nix into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/931
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"