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
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-11-15 18:20:58 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-11-15 18:20:58 +0300
commit58723f2a8cba0f1767d33c8a9692a2c1ceb55a02 (patch)
tree79af315dca1ab48b1a4b557638bca1174b4be717 /net/webrtc
parent8a04a38631479578520eef18363dd1161e3dcb2a (diff)
Update to AWS SDK 0.36
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1394>
Diffstat (limited to 'net/webrtc')
-rw-r--r--net/webrtc/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 74351e9a8..891761279 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -39,8 +39,8 @@ aws-credential-types = "0.57.0"
aws-sigv4 = "0.57.0"
aws-smithy-http = { version = "0.57.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.57.0"
-aws-sdk-kinesisvideo = "0.35.0"
-aws-sdk-kinesisvideosignaling = "0.35.0"
+aws-sdk-kinesisvideo = "0.36.0"
+aws-sdk-kinesisvideosignaling = "0.36.0"
http = "0.2.7"
chrono = "0.4"
data-encoding = "2.3.3"