diff options
author | J. Neuschäfer <j.ne@posteo.net> | 2025-01-22 21:55:44 +0000 |
---|---|---|
committer | Alex Auvolat <lx@deuxfleurs.fr> | 2025-01-27 18:37:05 +0100 |
commit | 23d57b89dcc0da026b255f582fc6e23945c1df22 (patch) | |
tree | 78c2b046dc88e3df90844e929bf753ae94c7ffec /Cargo.toml | |
parent | 5e3e1f4453dacc814c79bbec08cd5acadb2ce4d0 (diff) | |
download | garage-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.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" |