mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-26 21:41:03 +00:00
Update rand to 0.7 and rusoto to 0.40
This commit is contained in:
parent
1f2d549a1e
commit
11bd909bf1
4 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue