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 1f2d549a1e
commit 11bd909bf1
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]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

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 = ["subclassing", "v1_12"] }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", 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]
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"

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]