mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 14:01:04 +00:00
s3: Update rusoto dependency to 0.41
This commit is contained in:
parent
82841555f2
commit
12058a4c9a
1 changed files with 2 additions and 2 deletions
|
@ -13,8 +13,8 @@ futures = "0.1"
|
|||
glib = { git = "https://github.com/gtk-rs/glib" }
|
||||
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
|
||||
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
|
||||
rusoto_core = "0.40"
|
||||
rusoto_s3 = "0.40"
|
||||
rusoto_core = "0.41"
|
||||
rusoto_s3 = "0.41"
|
||||
url = "2"
|
||||
percent-encoding = "2"
|
||||
tokio = "0.1"
|
||||
|
|
Loading…
Reference in a new issue