Skip to content

Commit 10b3691

Browse files
committed
chore(transport): remove unused deps
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent f212209 commit 10b3691

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

crates/transport/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@ repository.workspace = true
1111

1212
[dependencies]
1313
anyhow = { workspace = true, features = ["std"] }
14-
async-nats = { workspace = true }
1514
async-trait = { workspace = true }
16-
bytes = { workspace = true }
15+
bytes = { workspace = true, features = ["std"] }
1716
futures = { workspace = true }
1817
leb128 = { workspace = true }
19-
tokio = { workspace = true }
18+
tokio = { workspace = true, features = ["macros", "rt"] }
2019
tokio-stream = { workspace = true }
2120
tower = { workspace = true, features = ["util"] }
2221
tracing = { workspace = true, features = ["attributes"] }

0 commit comments

Comments
 (0)