From 273eb75df3009ddecb6f7c269c0b577777da6977 Mon Sep 17 00:00:00 2001 From: Spacebot Date: Tue, 28 Apr 2026 15:03:41 +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 2c0be67..f67d173 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"] }