From 827099d22d1e334b3dbca369c0a8878dc8b4cf81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Fri, 2 Sep 2022 10:46:02 +0300 Subject: [PATCH] aws: Update to aws 0.18/0.48 --- net/aws/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index 948c71041..e522bdaf1 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -15,13 +15,13 @@ bytes = "1.0" 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" } -aws-config = "0.47.0" -aws-sdk-s3 = "0.17.0" -aws-sdk-transcribe = "0.17.0" -aws-types = "0.47.0" -aws-sig-auth = "0.47.0" -aws-smithy-http = { version = "0.47.0", features = [ "rt-tokio" ] } -aws-smithy-types = "0.47.0" +aws-config = "0.48.0" +aws-sdk-s3 = "0.18.0" +aws-sdk-transcribe = "0.18.0" +aws-types = "0.48.0" +aws-sig-auth = "0.48.0" +aws-smithy-http = { version = "0.48.0", features = [ "rt-tokio" ] } +aws-smithy-types = "0.48.0" http = "0.2.7" chrono = "0.4" url = "2"