Update various dependencies

This commit is contained in:
Sebastian Dröge 2019-11-21 00:43:55 +02:00 committed by Sebastian Dröge
parent 9f75a1cecc
commit 78eebf7b15
4 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
glib = { git = "https://github.com/gtk-rs/glib" }
combine = "3.6"
either = "1"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.8", features = ["v4"] }
chrono = "0.4"
lazy_static = "1.2"

View file

@ -18,7 +18,7 @@ flavors = {git = "https://github.com/rust-av/flavors.git"}
muldiv = "0.2"
byteorder = "1.0"
lazy_static = "1.0"
smallvec = "0.6"
smallvec = "1.0"
[lib]
name = "gstrsflv"

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 = ["v1_12"] }
gstreamer-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", features = ["v1_12"] }
rusoto_core = "0.41"
rusoto_s3 = "0.41"
rusoto_core = "0.42"
rusoto_s3 = "0.42"
url = "2"
percent-encoding = "2"
tokio = "0.1"

View file

@ -14,7 +14,7 @@ gst-base = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs", feat
sodiumoxide = "0.2.1"
lazy_static = "1.3.0"
hex = "0.4"
smallvec = "0.6"
smallvec = "1.0"
# example
clap = { version = "2.33", optional = true }