Remove async-trait from Cargo.toml of crates it became unused in

This commit is contained in:
Arpad Müller
2024-04-03 23:24:01 +02:00
parent fe762e35d8
commit 9dc3b09e57
4 changed files with 0 additions and 6 deletions

View File

@@ -5,7 +5,6 @@ edition.workspace = true
license.workspace = true
[dependencies]
async-trait.workspace = true
anyhow.workspace = true
bytes.workspace = true
futures.workspace = true