update crates, and set new default #cpu

This commit is contained in:
rustdesk
2022-01-24 02:26:07 +08:00
parent 98aa410683
commit a3511d9157
6 changed files with 80 additions and 74 deletions

View File

@@ -43,7 +43,8 @@ uuid = { version = "0.8", features = ["v4"] }
clap = "3.0"
rpassword = "5.0"
base64 = "0.13"
sysinfo = "0.22"
sysinfo = "0.23"
num_cpus = "1.13"
[target.'cfg(not(any(target_os = "android")))'.dependencies]
cpal = { git = "https://github.com/open-trade/cpal" }