From 3a657bf5c4c1e59c775a92ce73e3aaaa1adcc524 Mon Sep 17 00:00:00 2001 From: Rudi Floren Date: Tue, 19 Aug 2025 18:34:24 +0200 Subject: [PATCH] update reqwest to 0.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bc4c8f8..63eefab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ required-features = ["build-binary"] [dependencies] fs2 = "0.4" -reqwest = { version = "0.11.0", default-features = false, features = [ +reqwest = { version = "0.12.0", default-features = false, features = [ "blocking", ] } sha2 = "0.10"