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

@@ -15,7 +15,6 @@ anyhow.workspace = true
arc-swap.workspace = true
async-compression.workspace = true
async-stream.workspace = true
async-trait.workspace = true
byteorder.workspace = true
bytes.workspace = true
camino.workspace = true

View File

@@ -11,7 +11,6 @@ default = []
anyhow.workspace = true
async-compression.workspace = true
async-stream.workspace = true
async-trait.workspace = true
byteorder.workspace = true
bytes.workspace = true
chrono = { workspace = true, features = ["serde"] }