rust: dlopen2 0.6

This commit is contained in:
Jack Grigg 2023-09-08 21:48:48 +01:00
parent ab6a831f50
commit 9284e60e2a
2 changed files with 6 additions and 6 deletions

10
backend-lib/Cargo.lock generated
View File

@ -471,9 +471,9 @@ dependencies = [
[[package]]
name = "dlopen2"
version = "0.4.1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b121caccfc363e4d9a4589528f3bef7c71b83c6ed01c8dc68cbeeb7fd29ec698"
checksum = "6bc2c7ed06fd72a8513ded8d0d2f6fd2655a85d6885c48cae8625d80faf28c03"
dependencies = [
"dlopen2_derive",
"libc",
@ -483,13 +483,13 @@ dependencies = [
[[package]]
name = "dlopen2_derive"
version = "0.2.0"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a09ac8bb8c16a282264c379dffba707b9c998afc7506009137f3c6136888078"
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"syn 2.0.31",
]
[[package]]

View File

@ -38,7 +38,7 @@ tracing = "0.1"
tracing-subscriber = "0.3"
# Conditional access to newer NDK features
dlopen2 = "0.4"
dlopen2 = "0.6"
libc = "0.2"
## Uncomment this to test librustzcash changes locally