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>
This commit is contained in:
Sebastian Dröge 2023-12-14 09:11:07 +02:00
parent caa1451fe8
commit 81dd45c814
2 changed files with 1 additions and 6 deletions

View file

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

View file

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