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-11-26 11:26:02 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-26 11:26:02 +0300
commitf13574d8edea29d0d25cdff436562890232bdbab (patch)
tree46125b3c88778f1bd952133b6ec99c0d7e336639 /net
parentcf1c7600a2dc3db8770b100c730b618a843729d6 (diff)
Update further AWS SDK crates to 1.0
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1400>
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 9d953ae08..8a1e4f1d0 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 = "1.0"
-aws-sdk-s3 = "0.39.0"
-aws-sdk-transcribestreaming = "0.39.0"
-aws-sdk-translate = "0.39.0"
+aws-sdk-s3 = "1.0"
+aws-sdk-transcribestreaming = "1.0"
+aws-sdk-translate = "1.0"
aws-types = "1.0"
aws-credential-types = "1.0"
bytes = "1.0"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index c7f0e3f77..fb40ddb71 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -39,8 +39,8 @@ aws-credential-types = "1.0"
aws-sigv4 = "1.0"
aws-smithy-http = { version = "0.60.0", features = [ "rt-tokio" ] }
aws-smithy-types = "1.0"
-aws-sdk-kinesisvideo = "0.39.0"
-aws-sdk-kinesisvideosignaling = "0.39.0"
+aws-sdk-kinesisvideo = "1.0"
+aws-sdk-kinesisvideosignaling = "1.0"
http = "0.2"
chrono = "0.4"
data-encoding = "2.3.3"