remove unused deps in member crates

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-05 01:31:06 +00:00
parent 8350aced39
commit 38a24e0170
2 changed files with 0 additions and 2 deletions

1
Cargo.lock generated
View File

@ -711,7 +711,6 @@ dependencies = [
"axum-server",
"axum-server-dual-protocol",
"bytes",
"clap",
"conduit_admin",
"conduit_api",
"conduit_core",

View File

@ -61,7 +61,6 @@ tokio.workspace = true
tower.workspace = true
tracing.workspace = true
bytes.workspace = true
clap.workspace = true
http-body-util.workspace = true
http.workspace = true
hyper.workspace = true