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:
-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"