From 7ccdad543b4a8d41810fa3a2ccd80925bbf3c9b7 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sat, 2 May 2026 19:46:45 +0000 Subject: [PATCH] Update Rust crate reqwest to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 59ff86d..1113390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ md-5 = "0.10" rand = "0.8" anyhow = "1.0" base64 = "0.21" -reqwest = { version = "0.11", features = ["json", "rustls-tls"] } +reqwest = { version = "0.13", features = ["json", "rustls-tls"] } aws-config = { version = "1.1", features = ["behavior-version-latest"] } aws-sdk-s3 = "1.17" tokio = { version = "1.50.0", features = ["full"] } -- 2.47.3