From df8ec40759c3e7cbe85f12253dd640089ab2bb57 Mon Sep 17 00:00:00 2001 From: Alexander Lyon Date: Fri, 22 Mar 2024 09:07:34 +0000 Subject: [PATCH] bump reqwest --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d1c3972..2d02e12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,19 +65,19 @@ name = "aws" [dependencies] anyhow = "1" async-trait = "0.1" -base64 = "0.22" +base64 = "0.21" chrono = "0.4.24" form_urlencoded = "1" hex = "0.4" hmac = "0.12" -http = "0.2" +http = "1.1" jsonwebtoken = { version = "9.2", optional = true } log = "0.4" once_cell = { version = "1", optional = true } percent-encoding = "2" quick-xml = { version = "0.31", features = ["serialize"], optional = true } rand = "0.8.5" -reqwest = { version = "0.11", default-features = false, optional = true } +reqwest = { version = "0.12", default-features = false, optional = true } rsa = { version = "0.9.2", features = ["pkcs5", "sha2"], optional = true } rust-ini = { version = "0.20", optional = true } serde = { version = "1", features = ["derive"], optional = true }