mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-16 21:05:15 +00:00
Update various dependencies
This commit is contained in:
parent
9f75a1cecc
commit
78eebf7b15
4 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
||||||
glib = { git = "https://github.com/gtk-rs/glib" }
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
||||||
combine = "3.6"
|
combine = "3.6"
|
||||||
either = "1"
|
either = "1"
|
||||||
uuid = { version = "0.7", features = ["v4"] }
|
uuid = { version = "0.8", features = ["v4"] }
|
||||||
chrono = "0.4"
|
chrono = "0.4"
|
||||||
lazy_static = "1.2"
|
lazy_static = "1.2"
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ flavors = {git = "https://github.com/rust-av/flavors.git"}
|
||||||
muldiv = "0.2"
|
muldiv = "0.2"
|
||||||
byteorder = "1.0"
|
byteorder = "1.0"
|
||||||
lazy_static = "1.0"
|
lazy_static = "1.0"
|
||||||
smallvec = "0.6"
|
smallvec = "1.0"
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "gstrsflv"
|
name = "gstrsflv"
|
||||||
|
|
|
@ -13,8 +13,8 @@ futures = "0.1"
|
||||||
glib = { git = "https://github.com/gtk-rs/glib" }
|
glib = { git = "https://github.com/gtk-rs/glib" }
|
||||||
gstreamer = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
|
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"] }
|
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
|
||||||
rusoto_core = "0.41"
|
rusoto_core = "0.42"
|
||||||
rusoto_s3 = "0.41"
|
rusoto_s3 = "0.42"
|
||||||
url = "2"
|
url = "2"
|
||||||
percent-encoding = "2"
|
percent-encoding = "2"
|
||||||
tokio = "0.1"
|
tokio = "0.1"
|
||||||
|
|
|
@ -14,7 +14,7 @@ gst-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", feat
|
||||||
sodiumoxide = "0.2.1"
|
sodiumoxide = "0.2.1"
|
||||||
lazy_static = "1.3.0"
|
lazy_static = "1.3.0"
|
||||||
hex = "0.4"
|
hex = "0.4"
|
||||||
smallvec = "0.6"
|
smallvec = "1.0"
|
||||||
|
|
||||||
# example
|
# example
|
||||||
clap = { version = "2.33", optional = true }
|
clap = { version = "2.33", optional = true }
|
||||||
|
|
Loading…
Reference in a new issue