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

gitlab.freedesktop.org/gstreamer/gst-plugins-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-10-06 09:11:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-06 09:11:17 +0300
commit1c4833bc5dd25dcbfe7a850f711791a2d768be96 (patch)
treefc9f45f91462c4c764be2a2ae6ce7fb71fcb6cea /net/aws
parent3343fd9813c85df48b997ff4d7e982ad2f6dcedb (diff)
Update to AWS SDK 0.32
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1352>
Diffstat (limited to 'net/aws')
-rw-r--r--net/aws/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index c2e416372..5defb8c79 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -14,9 +14,9 @@ rust-version = "1.70"
async-stream = "0.3.4"
base32 = "0.4"
aws-config = "0.56.0"
-aws-sdk-s3 = "0.31.0"
-aws-sdk-transcribestreaming = "0.31.0"
-aws-sdk-translate = "0.31.0"
+aws-sdk-s3 = "0.32.0"
+aws-sdk-transcribestreaming = "0.32.0"
+aws-sdk-translate = "0.32.0"
aws-types = "0.56.0"
aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"