chiark
/
gitweb
/
~ian
/
hippotat.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd1992
)
nix: Allow update to 0.27 in Cargo.toml
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 15:09:35 +0000
(15:09 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Fri, 23 Feb 2024 16:34:20 +0000
(16:34 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 42d7f595f2f7541e21a03b83b7f1402c7836811e..694a33676a54a80286628c3d6807ec3cea903809 100644
(file)
--- 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.2
7
", features = ["fs", "process", "signal", "term", "uio"] }
+nix = { version = ">=0.25, <0.2
8
", features = ["fs", "process", "signal", "term", "uio"] }
parking_lot = ">= 0.11, < 0.13"
pin-project-lite = "0.2"
regex = "1.5"