Skip to content

Commit 1b5cf0b

Browse files
committed
update imports
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent f9106ab commit 1b5cf0b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tap_aggregator/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ jsonrpsee = { workspace = true, features = ["server", "macros"] }
2222
clap = { version = "4.5.15", features = ["derive", "env"] }
2323
strum = { version = "0.26.3", features = ["derive"] }
2424
tracing-subscriber = "0.3.17"
25-
pin-project = "1.1.7"
26-
hyper = { version = "1", features = ["full"] }
27-
hyper-util = "0.1.10"
2825
log = "0.4.19"
2926
prometheus = "0.13.3"
3027
axum = { version = "0.7.5", features = [
@@ -41,6 +38,8 @@ ruint = "1.10.1"
4138
tower = { version = "0.4", features = ["util", "steer"] }
4239
tonic = { version = "0.12.3", features = ["transport", "zstd"] }
4340
prost = "0.13.3"
41+
hyper = { version = "1", features = ["full"] }
42+
hyper-util = "0.1.10"
4443

4544
[build-dependencies]
4645
tonic-build = "0.12.3"

0 commit comments

Comments
 (0)