net: ndi: Update to libloading 0.8

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1173>
This commit is contained in:
Sebastian Dröge 2023-04-12 11:03:05 +03:00
parent 011f0d5fee
commit 5dcdf645d6

View file

@ -18,7 +18,7 @@ byte-slice-cast = "1"
once_cell = "1.0"
byteorder = "1.0"
atomic_refcell = "0.1"
libloading = "0.7"
libloading = "0.8"
[build-dependencies]
gst-plugin-version-helper = { path = "../../version-helper" }