mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-23 03:50:59 +00:00
togglerecord: Update parking_lot to 0.9
This commit is contained in:
parent
c888094f68
commit
59f004de24
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue