update crates, test on mac only

This commit is contained in:
rustdesk
2023-05-11 12:04:38 +08:00
parent ad04c78f7c
commit 302f1c48d3
11 changed files with 982 additions and 726 deletions

View File

@@ -16,7 +16,7 @@ mediacodec = ["ndk"]
[dependencies]
block = "0.1"
cfg-if = "1.0"
num_cpus = "1.13"
num_cpus = "1.15"
lazy_static = "1.4"
hbb_common = { path = "../hbb_common" }
webm = "1.0"
@@ -27,8 +27,8 @@ default-features = true
features = ["dxgi", "dxgi1_2", "dxgi1_5", "d3d11", "winuser", "winerror", "errhandlingapi", "libloaderapi"]
[target.'cfg(target_os = "android")'.dependencies]
android_logger = "0.10"
jni = "0.19"
android_logger = "0.13"
jni = "0.21"
lazy_static = "1.4"
log = "0.4"
serde_json = "1.0"
@@ -42,7 +42,7 @@ quest = "0.3"
[build-dependencies]
target_build_utils = "0.3"
bindgen = "0.64"
bindgen = "0.65"
[target.'cfg(target_os = "linux")'.dependencies]
dbus = { version = "0.9", optional = true }