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-27 10:19:15 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-10-27 10:19:15 +0300
commit557b249e11067abdb04a1f14939bee171d13d4d2 (patch)
tree006df736d38790b8552a42c19ccf6d9722b8558a /net/aws
parente3e58ac0be2a2c0b3334b9235e1617c746ff929f (diff)
Update to AWS SDK 0.34 and tracing-log 0.2
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1374>
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 d9e531f5d..871bd4bbf 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.33.0"
-aws-sdk-transcribestreaming = "0.33.0"
-aws-sdk-translate = "0.33.0"
+aws-sdk-s3 = "0.34.0"
+aws-sdk-transcribestreaming = "0.34.0"
+aws-sdk-translate = "0.34.0"
aws-types = "0.56.0"
aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"