From 02a8537556236437d905cefe8aa2c5d0a96f129a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Fri, 23 Feb 2024 17:01:51 +0100 Subject: Replace with a single AWS HTTP client --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index aad2ac6..48d1db4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,6 +49,7 @@ rustls = "0.22" rustls-pemfile = "2.0" tokio-rustls = "0.25" hyper-rustls = { version = "0.24", features = ["http2"] } +hyper-util = { version = "0.1", features = ["client"] } rpassword = "7.0" # login @@ -56,8 +57,10 @@ ldap3 = { version = "0.10", default-features = false, features = ["tls-rustls"] # storage k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.9.1" } -aws-config = { version = "1.1.1", features = ["behavior-version-latest"] } -aws-sdk-s3 = "1.9.0" +aws-config = { version = "1", features = ["behavior-version-latest"] } +aws-sdk-s3 = "1" +aws-smithy-runtime = "1" +aws-smithy-runtime-api = "1" # email protocols eml-codec = "0.1.2" -- cgit v1.2.3