Skip to content

Commit

Permalink
Remove more unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
slowli committed Nov 3, 2023
1 parent 44817e1 commit 9e4b05b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 71 deletions.
67 changes: 0 additions & 67 deletions node/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ async-trait = "0.1.71"
bit-vec = "0.6"
blst = "0.3.10"
clap = { version = "4.3.3", features = ["derive"] }
ed25519-dalek = { version = "2.0.0", features = ["serde", "rand_core"] }
futures = "0.3.28"
ed25519-dalek = { version = "2.0.0", features = ["rand_core"] }
hex = "0.4.3"
hyper = { version = "0.14.27", features = ["http1", "http2","server","tcp"] }
im = "15.1.0"
once_cell = "1.17.1"
pin-project = "1.1.0"
Expand Down
1 change: 0 additions & 1 deletion node/actors/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ schema = { path = "../../libs/schema" }
utils = { path = "../../libs/utils" }

[dev-dependencies]
futures.workspace = true
pretty_assertions.workspace = true
test-casing.workspace = true
tokio.workspace = true

0 comments on commit 9e4b05b

Please sign in to comment.