Skip to content

Commit

Permalink
chore(deps): remove unsed async-channel (#941)
Browse files Browse the repository at this point in the history
* chore(deps): remove unsed `async-channel`

* remove the correct crate
  • Loading branch information
niklasad1 authored Nov 18, 2022
1 parent 937e260 commit dbac4bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ tracing = "0.1.34"

# optional deps
arrayvec = { version = "0.7.1", optional = true }
async-channel = { version = "1.6", optional = true }
async-lock = { version = "2.4", optional = true }
futures-util = { version = "0.3.14", default-features = false, optional = true }
hyper = { version = "0.14.10", default-features = false, features = ["stream"], optional = true }
Expand Down

0 comments on commit dbac4bd

Please sign in to comment.