mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-10-31 22:58:51 +00:00
Update various dependencies
This commit is contained in:
parent
86e983ef11
commit
d03c6cb26a
4 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@ url = "2"
|
|||
percent-encoding = "2"
|
||||
tokio = { version = "0.2", features = [ "rt-threaded" ] }
|
||||
lazy_static = "1.0"
|
||||
async-tungstenite = { version = "0.6", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
|
||||
async-tungstenite = { version = "0.7", features = ["tokio", "tokio-runtime", "tokio-native-tls"] }
|
||||
nom = "5.1.1"
|
||||
crc = "1.8.1"
|
||||
byteorder = "1.3.4"
|
||||
|
|
|
@ -10,8 +10,8 @@ repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
|
|||
[dependencies]
|
||||
glib = { git = "https://github.com/gtk-rs/glib" }
|
||||
once_cell = "1.0"
|
||||
textwrap = { version = "0.11", features = ["hyphenation"] }
|
||||
hyphenation = "0.7.1"
|
||||
textwrap = { version = "0.12", features = ["hyphenation"] }
|
||||
hyphenation = "0.8"
|
||||
|
||||
[dependencies.gst]
|
||||
git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs"
|
||||
|
|
|
@ -14,7 +14,7 @@ gstreamer-audio = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs
|
|||
gstreamer-video = { git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
gtk = { git = "https://github.com/gtk-rs/gtk", optional = true }
|
||||
gio = { git = "https://github.com/gtk-rs/gio", optional = true }
|
||||
parking_lot = "0.10"
|
||||
parking_lot = "0.11"
|
||||
lazy_static = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
@ -14,7 +14,7 @@ gst_video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org
|
|||
gst_check = { package = "gstreamer-check", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
|
||||
png = "0.16.3"
|
||||
once_cell = "1"
|
||||
parking_lot = "0.10.2"
|
||||
parking_lot = "0.11"
|
||||
atomic_refcell = "0.1"
|
||||
|
||||
[lib]
|
||||
|
|
Loading…
Reference in a new issue