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-04-21 12:57:00 +0300
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>2023-04-21 13:48:10 +0300
commit545103521563e298f2e6a68c9f9dd8780ff63846 (patch)
tree96e92ed9e6fcef0c2e70dcb9a9051ceb07fee4aa /net/aws
parent2bd2e501d97668227443a5f857093344608efa82 (diff)
Update async-tungstenite and AWS SDK dependencies
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1187>
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 e981cc108..18c64ae82 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.25.0"
-aws-sdk-transcribestreaming = "0.25.0"
-aws-sdk-translate = "0.25.0"
+aws-sdk-s3 = "0.26.0"
+aws-sdk-transcribestreaming = "0.26.0"
+aws-sdk-translate = "0.26.0"
aws-types = "0.55.0"
aws-credential-types = "0.55.0"
aws-sig-auth = "0.55.0"