Skip to content

Commit

Permalink
chore: remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kkovaacs committed Nov 29, 2023
1 parent 5641434 commit 27c3f65
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions Cargo.lock

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

2 changes: 0 additions & 2 deletions crates/crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ path = "src/lib.rs"
[build-dependencies]

[dependencies]
ark-ec = { version = "0.4.2" }
ark-ff = { version = "0.4.2", default-features = false }
bitvec = { workspace = true }
fake = { workspace = true }
Expand All @@ -25,7 +24,6 @@ serde = { workspace = true }
[dev-dependencies]
assert_matches = { workspace = true }
criterion = { workspace = true }
hex = { workspace = true }
num-bigint = { workspace = true }
pretty_assertions = { workspace = true }
serde_json = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/p2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ void = "1.0.2"
zeroize = "1.6.0"

[dev-dependencies]
assert_matches = { workspace = true }
clap = { workspace = true, features = ["derive", "env", "wrap_help"] }
env_logger = "0.10.0"
fake = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion crates/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ starknet-gateway-types = { path = "../gateway-types" }
starknet_api = { workspace = true }
thiserror = { workspace = true }
tokio = { workspace = true, features = ["test-util", "process"] }
tokio-stream = { version = "0.1", features = ["sync"] }
tower = { version = "0.4.13", default-features = false, features = [
"filter",
"util",
Expand Down

0 comments on commit 27c3f65

Please sign in to comment.