mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
Update to AWS SDK 0.32
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1352>
This commit is contained in:
parent
3343fd9813
commit
1c4833bc5d
2 changed files with 5 additions and 5 deletions
|
@ -14,9 +14,9 @@ rust-version = "1.70"
|
||||||
async-stream = "0.3.4"
|
async-stream = "0.3.4"
|
||||||
base32 = "0.4"
|
base32 = "0.4"
|
||||||
aws-config = "0.56.0"
|
aws-config = "0.56.0"
|
||||||
aws-sdk-s3 = "0.31.0"
|
aws-sdk-s3 = "0.32.0"
|
||||||
aws-sdk-transcribestreaming = "0.31.0"
|
aws-sdk-transcribestreaming = "0.32.0"
|
||||||
aws-sdk-translate = "0.31.0"
|
aws-sdk-translate = "0.32.0"
|
||||||
aws-types = "0.56.0"
|
aws-types = "0.56.0"
|
||||||
aws-credential-types = "0.56.0"
|
aws-credential-types = "0.56.0"
|
||||||
aws-sig-auth = "0.56.0"
|
aws-sig-auth = "0.56.0"
|
||||||
|
|
|
@ -39,8 +39,8 @@ aws-credential-types = "0.56.0"
|
||||||
aws-sig-auth = "0.56.0"
|
aws-sig-auth = "0.56.0"
|
||||||
aws-smithy-http = { version = "0.56.0", features = [ "rt-tokio" ] }
|
aws-smithy-http = { version = "0.56.0", features = [ "rt-tokio" ] }
|
||||||
aws-smithy-types = "0.56.0"
|
aws-smithy-types = "0.56.0"
|
||||||
aws-sdk-kinesisvideo = "0.31.0"
|
aws-sdk-kinesisvideo = "0.32.0"
|
||||||
aws-sdk-kinesisvideosignaling = "0.31.0"
|
aws-sdk-kinesisvideosignaling = "0.32.0"
|
||||||
http = "0.2.7"
|
http = "0.2.7"
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
data-encoding = "2.3.3"
|
data-encoding = "2.3.3"
|
||||||
|
|
Loading…
Reference in a new issue