From a1cce9b7965e5b0275ec65fe65685995ce611cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 27 Jan 2023 22:10:23 +0200 Subject: [PATCH] aws: Update to AWS SDK 0.54/0.24 Part-of: --- net/aws/Cargo.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index a687dd6e..f08d786e 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -16,14 +16,14 @@ futures = "0.3" gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" } gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] } -aws-config = "0.53.0" -aws-sdk-s3 = "0.23.0" -aws-sdk-transcribe = "0.23.0" -aws-types = "0.53.0" -aws-credential-types = "0.53.0" -aws-sig-auth = "0.53.0" -aws-smithy-http = { version = "0.53.0", features = [ "rt-tokio" ] } -aws-smithy-types = "0.53.0" +aws-config = "0.54.0" +aws-sdk-s3 = "0.24.0" +aws-sdk-transcribe = "0.24.0" +aws-types = "0.54.0" +aws-credential-types = "0.54.0" +aws-sig-auth = "0.54.0" +aws-smithy-http = { version = "0.54.0", features = [ "rt-tokio" ] } +aws-smithy-types = "0.54.0" http = "0.2.7" chrono = "0.4" url = "2"