Replace async trait with ->impl Future (#6791)

This commit is contained in:
Abner Zheng
2024-02-26 21:23:00 +08:00
committed by GitHub
parent f90822ada2
commit 323bad2718
19 changed files with 26 additions and 43 deletions

View File

@ -60,7 +60,6 @@ tracing.workspace = true
fnv = "1.0"
thiserror.workspace = true
parking_lot.workspace = true
async-trait.workspace = true
linked_hash_set = "0.1"
linked-hash-map = "0.5.6"
rand.workspace = true