From: Ian Jackson Date: Sun, 22 Mar 2026 18:56:36 +0000 (+0000) Subject: Allow use of reqwest 0.13.x X-Git-Tag: debian/1.3.2^2~3 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=0e0b1159655fed179117d939b9738866636c0136;p=hippotat.git Allow use of reqwest 0.13.x Closes: #1131578 Signed-off-by: Ian Jackson --- diff --git a/Cargo.toml b/Cargo.toml index bf3911c..802315b 100644 --- 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"