mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
aws: Update to aws 0.17/0.47
This commit is contained in:
parent
28a62e622e
commit
8b11aee04d
1 changed files with 7 additions and 7 deletions
|
@ -15,13 +15,13 @@ bytes = "1.0"
|
|||
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" }
|
||||
aws-config = "0.15.0"
|
||||
aws-sdk-s3 = "0.15.0"
|
||||
aws-sdk-transcribe = "0.15.0"
|
||||
aws-types = "0.15.0"
|
||||
aws-sig-auth = "0.15.0"
|
||||
aws-smithy-http = { version = "0.45.0", features = [ "rt-tokio" ] }
|
||||
aws-smithy-types = "0.45.0"
|
||||
aws-config = "0.47.0"
|
||||
aws-sdk-s3 = "0.17.0"
|
||||
aws-sdk-transcribe = "0.17.0"
|
||||
aws-types = "0.47.0"
|
||||
aws-sig-auth = "0.47.0"
|
||||
aws-smithy-http = { version = "0.47.0", features = [ "rt-tokio" ] }
|
||||
aws-smithy-types = "0.47.0"
|
||||
http = "0.2.7"
|
||||
chrono = "0.4"
|
||||
url = "2"
|
||||
|
|
Loading…
Reference in a new issue