Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2023-04-12 11:03:05 +0300
committerSebastian Dröge <sebastian@centricular.com>2023-04-22 11:56:13 +0300
commit33be56bd266a3cf5825d8badc8489c242958d28f (patch)
tree9c3a8d70570506a10029dcd261af85c597f33342 /net
parent7726008d5242b234231d73889a3b2c04cc47e976 (diff)
net: ndi: Update to libloading 0.8
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1189>
Diffstat (limited to 'net')
-rw-r--r--net/ndi/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml
index e93cfd37..e4c186af 100644
--- a/net/ndi/Cargo.toml
+++ b/net/ndi/Cargo.toml
@@ -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", version = "0.7" }