Skip to content

Commit

Permalink
chore: remove unused dependencies (#4809)
Browse files Browse the repository at this point in the history
## Describe your changes

Removes unused dependencies, detected with `cargo +nightly udeps
--all-targets --all-features`

## Checklist before requesting a review

- [ ] If this code contains consensus-breaking changes, I have added the
"consensus-breaking" label. Otherwise, I declare my belief that there
are not consensus-breaking changes, for the following reason:

  > only removes dependencies, should be good if tests pass
  • Loading branch information
zbuc committed Aug 15, 2024
1 parent d6422bf commit af27d7a
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 crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ penumbra-sct = { workspace = true, default-features = true }
penumbra-shielded-pool = { workspace = true, features = ["component"], default-features = true }
penumbra-stake = { workspace = true, default-features = true }
penumbra-tct = { workspace = true, default-features = true }
penumbra-tendermint-proxy = { path = "../../util/tendermint-proxy" }
penumbra-test-subscriber = { workspace = true }
penumbra-tower-trace = { path = "../../util/tower-trace" }
penumbra-transaction = { workspace = true, features = ["parallel"], default-features = true }
Expand Down
1 change: 0 additions & 1 deletion crates/crypto/proof-params/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ ark-snark = {workspace = true}
ark-std = {workspace = true, default-features = false}
bech32 = {workspace = true}
decaf377 = {workspace = true, features = ["r1cs"], default-features = true}
lazy_static = "1.4.0"
num-bigint = {workspace = true}
once_cell = {workspace = true}
rand = {workspace = true}
Expand Down

0 comments on commit af27d7a

Please sign in to comment.