From d89baea7a63116408528a08a0ed59aff7da394bc Mon Sep 17 00:00:00 2001 From: Spacebot Date: Sun, 10 May 2026 09:31:38 +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"] }