Skip to content

Commit d1687b2

Browse files
committed
delete unneeded dep
1 parent 53823dc commit d1687b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ json = ["dep:serde", "dep:serde_json"]
1919
[dependencies]
2020
anyhow.workspace = true
2121
async-task.workspace = true
22-
async-trait.workspace = true
2322
bytes.workspace = true
2423
futures-lite.workspace = true
2524
http-body-util.workspace = true
@@ -71,7 +70,6 @@ authors = [
7170
[workspace.dependencies]
7271
anyhow = "1"
7372
async-task = "4.7"
74-
async-trait = "*"
7573
axum = { version = "0.8.6", default-features = false }
7674
bytes = "1.10.1"
7775
cargo_metadata = "0.22"

0 commit comments

Comments
 (0)