async logger holder

This commit is contained in:
rustdesk
2022-04-21 21:51:53 +08:00
parent ccffa14450
commit 1e120eef18
3 changed files with 18 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ rubato = { version = "0.12", optional = true }
samplerate = { version = "0.2", optional = true }
async-trait = "0.1"
crc32fast = "1.3"
uuid = { version = "0.8", features = ["v4"] }
uuid = { version = "1.0.0", features = ["v4"] }
clap = "3.0"
rpassword = "6.0"
base64 = "0.13"