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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-09-25 13:36:12 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-09-25 13:36:12 +0300
commit9595c6a1e51c663be8a03bff8b557feceb960a9e (patch)
tree40a6ae611fa8d0e55a33b724414187e052b16738 /net
parent8bbfb10cba18401b79e70b51afa4b0a38aac1143 (diff)
Update to AWS SDK 0.31
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1334>
Diffstat (limited to 'net')
-rw-r--r--net/aws/Cargo.toml6
-rw-r--r--net/webrtc/Cargo.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index 95a4eed44..c2e416372 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.30.0"
-aws-sdk-transcribestreaming = "0.30.0"
-aws-sdk-translate = "0.30.0"
+aws-sdk-s3 = "0.31.0"
+aws-sdk-transcribestreaming = "0.31.0"
+aws-sdk-translate = "0.31.0"
aws-types = "0.56.0"
aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 0c9626cae..9ce278060 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -39,8 +39,8 @@ aws-credential-types = "0.56.0"
aws-sig-auth = "0.56.0"
aws-smithy-http = { version = "0.56.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.56.0"
-aws-sdk-kinesisvideo = "0.30.0"
-aws-sdk-kinesisvideosignaling = "0.30.0"
+aws-sdk-kinesisvideo = "0.31.0"
+aws-sdk-kinesisvideosignaling = "0.31.0"
http = "0.2.7"
chrono = "0.4"
data-encoding = "2.3.3"