rusoto: Update to rusoto 0.45

This commit is contained in:
Sebastian Dröge 2020-07-26 18:36:56 +03:00
parent 0eb777cf5a
commit c556c1f164

View file

@ -15,10 +15,10 @@ futures = "0.3"
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.44"
rusoto_s3 = "0.44"
rusoto_credential = "0.44"
rusoto_signature = "0.44"
rusoto_core = "0.45"
rusoto_s3 = "0.45"
rusoto_credential = "0.45"
rusoto_signature = "0.45"
url = "2"
percent-encoding = "2"
tokio = { version = "0.2", features = [ "rt-threaded" ] }