mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-14 06:11:10 +00:00
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/1410>
This commit is contained in:
parent
25e8638a09
commit
814735e537
2 changed files with 1 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue