use official async trait (#6765)

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-12-29 16:41:49 +08:00
committed by GitHub
Unverified
parent 6953efc2d8
commit e873188775
6 changed files with 3 additions and 9 deletions

View File

@@ -60,7 +60,6 @@ magnum-opus = { git = "https://github.com/rustdesk/magnum-opus" }
dasp = { version = "0.11", features = ["signal", "interpolate-linear", "interpolate"], optional = true }
rubato = { version = "0.12", optional = true }
samplerate = { version = "0.2", optional = true }
async-trait = "0.1"
uuid = { version = "1.3", features = ["v4"] }
clap = "4.2"
rpassword = "7.2"