Update rand to 0.7 and rusoto to 0.40

This commit is contained in:
Sebastian Dröge 2019-07-02 17:41:27 +03:00
parent d192c55ae6
commit 2a7bcca7eb
4 changed files with 5 additions and 5 deletions

View file

@ -32,7 +32,7 @@ package="gstreamer-video"
[dev-dependencies]
pretty_assertions = "0.6"
rand = "0.6"
rand = { version = "0.7", features = ["small_rng"] }
[dev-dependencies.gst-check]
version = "0.14"

View file

@ -13,8 +13,8 @@ futures = "0.1"
glib = { version = "0.8" }
gstreamer = { version = "0.14", features = ["subclassing", "v1_12"] }
gstreamer-base = { version = "0.14", features = ["subclassing", "v1_12"] }
rusoto_core = "0.39.0"
rusoto_s3 = "0.39.0"
rusoto_core = "0.40"
rusoto_s3 = "0.40"
url = "1.7"
tokio = "0.1"

View file

@ -22,7 +22,7 @@ serde_json = { version = "1.0", optional = true }
[dev-dependencies]
pretty_assertions = "0.6"
rand = "0.6"
rand = "0.7"
[dev-dependencies.gst-check]
version = "0.14"

View file

@ -27,7 +27,7 @@ tokio-current-thread = "0.1"
futures = "0.1"
lazy_static = "1.0"
either = "1.0"
rand = "0.6"
rand = "0.7"
net2 = "0.2"
[target.'cfg(windows)'.dependencies]