aws: Update to AWS SDK 0.54/0.24

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1066>
This commit is contained in:
Sebastian Dröge 2023-01-27 22:10:23 +02:00
parent 2a3d962dc5
commit a1cce9b796
1 changed files with 8 additions and 8 deletions

View File

@ -16,14 +16,14 @@ futures = "0.3"
gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-base = { package = "gstreamer-base", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_16"] }
aws-config = "0.53.0"
aws-sdk-s3 = "0.23.0"
aws-sdk-transcribe = "0.23.0"
aws-types = "0.53.0"
aws-credential-types = "0.53.0"
aws-sig-auth = "0.53.0"
aws-smithy-http = { version = "0.53.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.53.0"
aws-config = "0.54.0"
aws-sdk-s3 = "0.24.0"
aws-sdk-transcribe = "0.24.0"
aws-types = "0.54.0"
aws-credential-types = "0.54.0"
aws-sig-auth = "0.54.0"
aws-smithy-http = { version = "0.54.0", features = [ "rt-tokio" ] }
aws-smithy-types = "0.54.0"
http = "0.2.7"
chrono = "0.4"
url = "2"