togglerecord: Update parking_lot to 0.9

This commit is contained in:
Sebastian Dröge 2019-07-24 13:52:40 +03:00
parent c888094f68
commit 59f004de24

View file

@ -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.8"
parking_lot = "0.9"
[dev-dependencies]
either = "1.0"