Update to parking_lot 0.12 and hrtf 0.8

This commit is contained in:
Sebastian Dröge 2022-01-31 15:20:44 +02:00
parent 3abbfbb51a
commit 42f9f99690
3 changed files with 3 additions and 3 deletions

View file

@ -17,7 +17,7 @@ byte-slice-cast = "1.0"
num-traits = "0.2"
once_cell = "1.0"
ebur128 = "0.1"
hrtf = "0.7"
hrtf = "0.8"
nnnoiseless = { version = "0.3", default-features = false }
smallvec = "1"
atomic_refcell = "0.1"

View file

@ -14,7 +14,7 @@ gst-audio = { package = "gstreamer-audio", git = "https://gitlab.freedesktop.org
gst-video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
gtk = { git = "https://github.com/gtk-rs/gtk3-rs", optional = true }
gio = { git = "https://github.com/gtk-rs/gtk-rs-core", optional = true }
parking_lot = "0.11"
parking_lot = "0.12"
once_cell = "1.0"
[dev-dependencies]

View file

@ -13,7 +13,7 @@ gst = { package = "gstreamer", git = "https://gitlab.freedesktop.org/gstreamer/g
gst_video = { package = "gstreamer-video", git = "https://gitlab.freedesktop.org/gstreamer/gstreamer-rs" }
png = "0.17.2"
once_cell = "1"
parking_lot = "0.11"
parking_lot = "0.12"
atomic_refcell = "0.1"
[dev-dependencies]