Skip to content

Commit

Permalink
Remove unnecessary deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Oct 23, 2024
1 parent dc3afb7 commit a9bf6e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion testing/web3signer_tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ tempfile = { workspace = true }
tokio = { workspace = true }
reqwest = { workspace = true }
url = { workspace = true }
validator_client = { workspace = true }
slot_clock = { workspace = true }
futures = { workspace = true }
task_executor = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion validator_client/validator_metrics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "validator_metrics"
path = "src/lib.rs"

[dependencies]
malloc_utils = { workspace = true }
lighthouse_metrics = { workspace = true }

[dev-dependencies]

0 comments on commit a9bf6e9

Please sign in to comment.