mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-01-23 17:38:20 +00:00
Update rand to 0.7 and rusoto to 0.40
This commit is contained in:
parent
d192c55ae6
commit
2a7bcca7eb
4 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ package="gstreamer-video"
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6"
|
pretty_assertions = "0.6"
|
||||||
rand = "0.6"
|
rand = { version = "0.7", features = ["small_rng"] }
|
||||||
|
|
||||||
[dev-dependencies.gst-check]
|
[dev-dependencies.gst-check]
|
||||||
version = "0.14"
|
version = "0.14"
|
||||||
|
|
|
@ -13,8 +13,8 @@ futures = "0.1"
|
||||||
glib = { version = "0.8" }
|
glib = { version = "0.8" }
|
||||||
gstreamer = { version = "0.14", features = ["subclassing", "v1_12"] }
|
gstreamer = { version = "0.14", features = ["subclassing", "v1_12"] }
|
||||||
gstreamer-base = { version = "0.14", features = ["subclassing", "v1_12"] }
|
gstreamer-base = { version = "0.14", features = ["subclassing", "v1_12"] }
|
||||||
rusoto_core = "0.39.0"
|
rusoto_core = "0.40"
|
||||||
rusoto_s3 = "0.39.0"
|
rusoto_s3 = "0.40"
|
||||||
url = "1.7"
|
url = "1.7"
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
|
|
||||||
|
|
|
@ -22,7 +22,7 @@ serde_json = { version = "1.0", optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
pretty_assertions = "0.6"
|
pretty_assertions = "0.6"
|
||||||
rand = "0.6"
|
rand = "0.7"
|
||||||
|
|
||||||
[dev-dependencies.gst-check]
|
[dev-dependencies.gst-check]
|
||||||
version = "0.14"
|
version = "0.14"
|
||||||
|
|
|
@ -27,7 +27,7 @@ tokio-current-thread = "0.1"
|
||||||
futures = "0.1"
|
futures = "0.1"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
either = "1.0"
|
either = "1.0"
|
||||||
rand = "0.6"
|
rand = "0.7"
|
||||||
net2 = "0.2"
|
net2 = "0.2"
|
||||||
|
|
||||||
[target.'cfg(windows)'.dependencies]
|
[target.'cfg(windows)'.dependencies]
|
||||||
|
|
Loading…
Reference in a new issue