togglerecord: Update parking_lot dependency

This commit is contained in:
Sebastian Dröge 2019-11-27 08:23:22 +01:00
parent 78eebf7b15
commit 0eab103066

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.9"
parking_lot = "0.10"
lazy_static = "1.0"
[dev-dependencies]