mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 21:11:00 +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/1407>
This commit is contained in:
parent
caa1451fe8
commit
81dd45c814
2 changed files with 1 additions and 6 deletions
|
@ -228,11 +228,6 @@ version = "0.2"
|
||||||
name = "bitstream-io"
|
name = "bitstream-io"
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
||||||
# Various crates depend on an older version of aws-smithy-http
|
|
||||||
[[bans.skip]]
|
|
||||||
name = "aws-smithy-http"
|
|
||||||
version = "0.60"
|
|
||||||
|
|
||||||
[sources]
|
[sources]
|
||||||
unknown-registry = "deny"
|
unknown-registry = "deny"
|
||||||
unknown-git = "deny"
|
unknown-git = "deny"
|
||||||
|
|
|
@ -37,7 +37,7 @@ aws-config = "1.0"
|
||||||
aws-types = "1.0"
|
aws-types = "1.0"
|
||||||
aws-credential-types = "1.0"
|
aws-credential-types = "1.0"
|
||||||
aws-sigv4 = "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-smithy-types = "1.0"
|
||||||
aws-sdk-kinesisvideo = "1.0"
|
aws-sdk-kinesisvideo = "1.0"
|
||||||
aws-sdk-kinesisvideosignaling = "1.0"
|
aws-sdk-kinesisvideosignaling = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue