chore(deps): update rust crate dlopen2 to 0.8.0 (#1117)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-08-14 14:21:23 +02:00
committed by GitHub
parent 5ac00b57ad
commit 4658ebdbda
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -458,9 +458,9 @@ dependencies = [
[[package]]
name = "dlopen2"
version = "0.7.0"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
checksum = "b54f373ccf864bf587a89e880fb7610f8d73f3045f13580948ccbcaff26febff"
dependencies = [
"dlopen2_derive",
"libc",

View File

@@ -152,4 +152,4 @@ gdkx11-sys = { version = "0.18", optional = true }
gdkwayland-sys = "0.18.0"
x11-dl = { version = "2.21", optional = true }
parking_lot = "0.12"
dlopen2 = "0.7.0"
dlopen2 = "0.8.0"