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:
253ddf6
)
bump deps: mime
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:01:26 +0000
(17:01 +0100)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Thu, 15 Jun 2023 16:54:05 +0000
(17:54 +0100)
We need FromStrError to be std::error::Error.
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index 958892e4ce733ed7e0c1042140fd1e5fb0836594..069905e7d37169efa5375de0fea4330882165ecd 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-50,7
+50,7
@@
lazy_static = "1.4"
libc = "0.2" # just for EISDIR due to IsADirectory
log = "0.4.14"
memchr = "2"
-mime = "0.3"
+mime = "0.3
.4
"
nix = ">=0.25, <0.27"
parking_lot = ">= 0.11, < 0.13"
pin-project-lite = "0.2"