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.15/0.45
This commit is contained in:
parent
dda125edb5
commit
88bb91a5cb
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.14.0"
|
||||
aws-sdk-s3 = "0.14.0"
|
||||
aws-sdk-transcribe = "0.14.0"
|
||||
aws-types = "0.14.0"
|
||||
aws-sig-auth = "0.14.0"
|
||||
aws-smithy-http = { version = "0.44.0", features = [ "rt-tokio" ] }
|
||||
aws-smithy-types = "0.44.0"
|
||||
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"
|
||||
http = "0.2.7"
|
||||
chrono = "0.4"
|
||||
url = "2"
|
||||
|
|
Loading…
Reference in a new issue