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:
64effd7
)
Allow use of reqwest 0.13.x
author
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 22 Mar 2026 18:56:36 +0000
(18:56 +0000)
committer
Ian Jackson
<ijackson@chiark.greenend.org.uk>
Sun, 22 Mar 2026 19:08:48 +0000
(19:08 +0000)
Closes: #1131578
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Cargo.toml
patch
|
blob
|
history
diff --git
a/Cargo.toml
b/Cargo.toml
index bf3911cd83fc833b29cb7c4e5e50d5fce19f4fd9..802315b6101e510e67e895dffe7cb60aa171cb6f 100644
(file)
--- a/
Cargo.toml
+++ b/
Cargo.toml
@@
-57,7
+57,7
@@
mime = "0.3.4"
nix = { version = ">=0.25, <0.32", 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" ] }
+reqwest = { version = "
>= 0.12.8, < 0.14
", features = [ "default-tls" ] }
regex = "1.5"
sd-notify = "0.4.1"
sha2 = "0.10"