diff options
author | Alex <lx@deuxfleurs.fr> | 2025-01-27 18:09:51 +0000 |
---|---|---|
committer | Alex <lx@deuxfleurs.fr> | 2025-01-27 18:09:51 +0000 |
commit | d4e3e609209eb52d820338daf628df7cf09881ab (patch) | |
tree | 2bf53bf64c478019910f5d738615d13836249c32 /Cargo.toml | |
parent | efa6f3d85ee5a4db870aa429f57b946829af8552 (diff) | |
parent | 74a1b49b13986bf3f37a277f9ccaabcc51328036 (diff) | |
download | garage-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |