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-21 11:32:59 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-21 11:32:59 +0300
commitc3ced8c7e60187587f3376ce15b734ec0fbdd439 (patch)
tree45aabaa15cff1fdbe9774b33f7a5af40e43b544e /net
parent9251b1ca2685719d2a935675d9c8e1c77d4511a0 (diff)
Update to AWS SDK 1.0 / 0.60 / 0.39
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1397>
Diffstat (limited to 'net')
-rw-r--r--net/aws/Cargo.toml12
-rw-r--r--net/webrtc/Cargo.toml16
2 files changed, 14 insertions, 14 deletions
diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml
index a3745c33c..9d953ae08 100644
--- a/net/aws/Cargo.toml
+++ b/net/aws/Cargo.toml
@@ -13,12 +13,12 @@ rust-version = "1.70"
[dependencies]
async-stream = "0.3.4"
base32 = "0.4"
-aws-config = "0.101.0"
-aws-sdk-s3 = "0.38.0"
-aws-sdk-transcribestreaming = "0.38.0"
-aws-sdk-translate = "0.38.0"
-aws-types = "0.101.0"
-aws-credential-types = "0.101.0"
+aws-config = "1.0"
+aws-sdk-s3 = "0.39.0"
+aws-sdk-transcribestreaming = "0.39.0"
+aws-sdk-translate = "0.39.0"
+aws-types = "1.0"
+aws-credential-types = "1.0"
bytes = "1.0"
futures = "0.3"
gio = { git = "https://github.com/gtk-rs/gtk-rs-core.git", package = "gio" }
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 1f10da8f1..c7f0e3f77 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -33,14 +33,14 @@ gst_plugin_webrtc_protocol = { path="protocol", package = "gst-plugin-webrtc-sig
human_bytes = "0.4"
url = "2"
-aws-config = "0.101.0"
-aws-types = "0.101.0"
-aws-credential-types = "0.101.0"
-aws-sigv4 = "0.101.0"
-aws-smithy-http = { version = "0.59.0", features = [ "rt-tokio" ] }
-aws-smithy-types = "0.101"
-aws-sdk-kinesisvideo = "0.38.0"
-aws-sdk-kinesisvideosignaling = "0.38.0"
+aws-config = "1.0"
+aws-types = "1.0"
+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"
http = "0.2"
chrono = "0.4"
data-encoding = "2.3.3"