mirror of
https://github.com/tauri-apps/tao.git
synced 2026-01-31 00:35:16 +01:00
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:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user