Merge pull request 'chore(deps): update rust crate jni to 0.22' (#56) from renovate/jni-0.x into dev
Some checks failed
/ build-web (push) Has been cancelled
/ build-mobile (push) Has been cancelled
/ build-desktop (linux) (push) Has been cancelled
/ release (push) Has been cancelled

This commit is contained in:
rasensprenger 2026-08-06 14:19:40 +02:00
commit 4d72469806
2 changed files with 2 additions and 2 deletions

View file

@ -5373,7 +5373,7 @@ name = "tensamin"
version = "0.0.0" version = "0.0.0"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"jni 0.21.1", "jni 0.22.4",
"mtp", "mtp",
"mtp-transport", "mtp-transport",
"reqwest 0.12.28", "reqwest 0.12.28",

View file

@ -37,7 +37,7 @@ features = []
default-features = true default-features = true
[target.'cfg(target_os = "android")'.dependencies] [target.'cfg(target_os = "android")'.dependencies]
jni = "0.21" jni = "0.22"
[target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies] [target.'cfg(any(target_os = "android", target_os = "ios"))'.dependencies]
tauri-plugin-barcode-scanner = "2" tauri-plugin-barcode-scanner = "2"