Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/aws
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-01-27 23:10:23 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-01-27 23:10:23 +0300
commita1cce9b7965e5b0275ec65fe65685995ce611cc1 (patch)
tree6226db666a3e13454ab14d18758fe2431312c0ac /net/aws
parent2a3d962dc5489cb8746e40731f8066529bad6af7 (diff)
aws: Update to AWS SDK 0.54/0.24
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1066>
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml16
1 files 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"