s3: Update rusoto dependency to 0.41

This commit is contained in:
Sebastian Dröge 2019-10-14 21:37:20 +03:00
parent 82841555f2
commit 12058a4c9a

View file

@ -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"