ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update rust crate nix to 0.31.0 (#438)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
4c1d1e41 69e72db8

+5 -5
+4 -4
Cargo.lock
··· 1325 1325 1326 1326 [[package]] 1327 1327 name = "nix" 1328 - version = "0.30.1" 1328 + version = "0.31.2" 1329 1329 source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 1330 + checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" 1331 1331 dependencies = [ 1332 1332 "bitflags 2.11.0", 1333 1333 "cfg-if", ··· 3198 3198 "im", 3199 3199 "itertools", 3200 3200 "miette", 3201 - "nix 0.30.1", 3201 + "nix 0.31.2", 3202 3202 "nix-compat", 3203 3203 "owo-colors", 3204 3204 "portable-pty", ··· 3228 3228 "anyhow", 3229 3229 "base64", 3230 3230 "futures-util", 3231 - "nix 0.30.1", 3231 + "nix 0.31.2", 3232 3232 "prost", 3233 3233 "prost-build", 3234 3234 "sha2",
+1 -1
Cargo.toml
··· 27 27 im = { version = "15.1.0", features = ["serde"] } 28 28 anyhow = "1.0.100" 29 29 prost = "0.14.1" 30 - nix = { version = "0.30.1", features = ["user", "poll", "term"] } 30 + nix = { version = "0.31.0", features = ["user", "poll", "term"] } 31 31 miette = { version = "7.6.0", features = ["fancy"] } 32 32 thiserror = "2.0.17" 33 33 sha2 = "0.10.9"