From: Ian Jackson Date: Fri, 23 Feb 2024 15:09:35 +0000 (+0000) Subject: nix: Allow update to 0.27 in Cargo.toml X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=9dededb3487eb3e5acfb76e8403b2efbc9d94963;p=hippotat.git nix: Allow update to 0.27 in Cargo.toml Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index 42d7f59..694a336 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,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.27", features = ["fs", "process", "signal", "term", "uio"] } +nix = { version = ">=0.25, <0.28", features = ["fs", "process", "signal", "term", "uio"] } parking_lot = ">= 0.11, < 0.13" pin-project-lite = "0.2" regex = "1.5"