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-05-25 13:23:49 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-05-25 13:23:49 +0300
commita27be7d054e0abdb28897f1c6d182e95275d7574 (patch)
tree93beb35083f76e1d09c63f9b46560931f000a194 /net/aws
parente62e9f5bd4ca1608c82d6d065564c34496388d11 (diff)
net: Update to AWS SDK 0.28
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1224>
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 01544d471..82b6631d2 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -14,9 +14,9 @@ rust-version = "1.66"
async-stream = "0.3.4"
base32 = "0.4"
aws-config = "0.55.0"
-aws-sdk-s3 = "0.27.0"
-aws-sdk-transcribestreaming = "0.27.0"
-aws-sdk-translate = "0.27.0"
+aws-sdk-s3 = "0.28.0"
+aws-sdk-transcribestreaming = "0.28.0"
+aws-sdk-translate = "0.28.0"
aws-types = "0.55.0"
aws-credential-types = "0.55.0"
aws-sig-auth = "0.55.0"