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-12-14 10:11:07 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-12-14 10:11:07 +0300
commit81dd45c8147c088fe655da997fe377f566000b71 (patch)
tree2f74635fa8334746df99c4aac7bad46f66d412af /net
parentcaa1451fe80852ea34917bc0bca1429d0e0f5f1b (diff)
webrtc: Downgrade aws-smithy-http to 0.60
Version 0.61 was yanked from crates.io. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1407>
Diffstat (limited to 'net')
-rw-r--r--net/webrtc/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 267a07486..f22d204dc 100644
--- a/net/webrtc/Cargo.toml
+++ b/net/webrtc/Cargo.toml
@@ -37,7 +37,7 @@ aws-config = "1.0"
aws-types = "1.0"
aws-credential-types = "1.0"
aws-sigv4 = "1.0"
-aws-smithy-http = { version = "0.61.0", features = [ "rt-tokio" ] }
+aws-smithy-http = { version = "0.60", features = [ "rt-tokio" ] }
aws-smithy-types = "1.0"
aws-sdk-kinesisvideo = "1.0"
aws-sdk-kinesisvideosignaling = "1.0"