From 88bb91a5cb319148e2b029c8ec059a0c43f618f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Mon, 4 Jul 2022 10:20:43 +0300 Subject: [PATCH] aws: Update to aws 0.15/0.45 --- 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 a515dd09..da89c316 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.14.0" -aws-sdk-s3 = "0.14.0" -aws-sdk-transcribe = "0.14.0" -aws-types = "0.14.0" -aws-sig-auth = "0.14.0" -aws-smithy-http = { version = "0.44.0", features = [ "rt-tokio" ] } -aws-smithy-types = "0.44.0" +aws-config = "0.15.0" +aws-sdk-s3 = "0.15.0" +aws-sdk-transcribe = "0.15.0" +aws-types = "0.15.0" +aws-sig-auth = "0.15.0" +aws-smithy-http = { version = "0.45.0", features = [ "rt-tokio" ] } +aws-smithy-types = "0.45.0" http = "0.2.7" chrono = "0.4" url = "2"