consolidate and parallelize api/server access check prologues

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-10-30 07:01:50 +00:00
parent 7fcc6d11a4
commit e49aee61c1
9 changed files with 123 additions and 123 deletions

View file

@ -213,7 +213,7 @@ features = [
[workspace.dependencies.futures]
version = "0.3.30"
default-features = false
features = ["std"]
features = ["std", "async-await"]
[workspace.dependencies.tokio]
version = "1.40.0"