From: Ian Jackson Date: Sun, 28 Sep 2025 09:43:11 +0000 (+0100) Subject: Allow use of nix 30 X-Git-Tag: debian/1.3.1~9^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6223a0c813b0b62e8974ba9b90f7398b07468d3a;p=hippotat.git Allow use of nix 30 No change to lockfile (used by upstream-style build system) for now. Closes: #1116421 Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 6389f7b..a6e805c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ libc = "0.2" # just for EISDIR due to IsADirectory log = "0.4.14" memchr = "2" mime = "0.3.4" -nix = { version = ">=0.25, <0.30", features = ["fs", "process", "signal", "term", "uio"] } +nix = { version = ">=0.25, <0.31", features = ["fs", "process", "signal", "term", "uio"] } parking_lot = ">= 0.11, < 0.13" pin-project-lite = "0.2" reqwest = { version = "0.12.8", features = [ "default-tls" ] }