Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-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-12-14 10:11:07 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-12-14 10:11:07 +0300
commit81dd45c8147c088fe655da997fe377f566000b71 (patch)
tree2f74635fa8334746df99c4aac7bad46f66d412af
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>
-rw-r--r--deny.toml5
-rw-r--r--net/webrtc/Cargo.toml2
2 files changed, 1 insertions, 6 deletions
diff --git a/deny.toml b/deny.toml
index 6d589bbc..581b4817 100644
--- a/deny.toml
+++ b/deny.toml
@@ -228,11 +228,6 @@ version = "0.2"
name = "bitstream-io"
version = "1.0"
-# Various crates depend on an older version of aws-smithy-http
-[[bans.skip]]
-name = "aws-smithy-http"
-version = "0.60"
-
[sources]
unknown-registry = "deny"
unknown-git = "deny"
diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml
index 267a0748..f22d204d 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"