Skip to content

Commit

Permalink
Remove some unused dependencies
Browse files Browse the repository at this point in the history
Remove some unused dependencies in these crates:
- `bls`
- `network-libp2p`
- `test-uitls`
- `utils`
  • Loading branch information
jsdanielh committed Aug 16, 2024
1 parent 21b393b commit 631479d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 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.

1 change: 0 additions & 1 deletion bls/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ ark-ff = "0.4"
ark-ec = "0.4"
ark-mnt4-753 = "0.4"
ark-mnt6-753 = "0.4"
ark-crypto-primitives = { version = "0.4", features = ["prf"] }
ark-serialize = "0.4"

nimiq-hash = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion network-libp2p/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ void = "1.0"
nimiq-bls = { workspace = true }
nimiq-macros = { workspace = true }
nimiq-network-interface = { workspace = true }
nimiq-primitives = { workspace = true, features = ["policy"] }
nimiq-hash = { workspace = true }
nimiq-serde = { workspace = true }
nimiq-time = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ ark-mnt6-753 = "0.4"
ark-serialize = "0.4"
async-trait = "0.1"
clap = { version = "4.5", features = ["derive"] }
convert_case = "0.6"
futures = { workspace = true }
hex = "0.4"
log = { workspace = true }
Expand Down
2 changes: 0 additions & 2 deletions utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ workspace = true

[dependencies]
clear_on_drop = { version = "0.2", optional = true }
futures = { workspace = true }
hex = { version = "0.4", optional = true }
libp2p-identity = { version = "0.2", optional = true }
log = { workspace = true, optional = true }
parking_lot = "0.12"
rand = { version = "0.8", optional = true }
rand_core = { version = "0.6", optional = true }
serde = "1.0"
Expand Down

0 comments on commit 631479d

Please sign in to comment.