From 1b3ce01b546d6c2206503cd69875b7fe8f49430b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 5 Mar 2026 08:19:52 -0800 Subject: [PATCH] Update to reqwest 0.13 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index be9cbef..374db78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,8 @@ license = "MIT" [dependencies] async-trait = "0.1.80" http = "1" -reqwest = { version = "0.12", default-features = false } -reqwest-middleware = { version = "0.4" } +reqwest = { version = "0.13", default-features = false } +reqwest-middleware = { version = "0.5" } [dev-dependencies] tokio = { version = "1.6", features = ["full"] }