Skip to content

Commit

Permalink
Remove unused rand_core dep
Browse files Browse the repository at this point in the history
This is no longer necessary since merlin support was removed
in v2.0.0.
  • Loading branch information
rillian committed Jun 20, 2024
1 parent 3a6f9d8 commit 1e54fbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ curve25519-dalek = { version = "4", default-features = false, features = ["preco
digest = "0.10"
hmac = "0.12"
rand = { version = "0.8", default-features = false }
rand_core = "0.6"
rand_chacha = "0.3"
subtle = { version = "^2.2", default-features = false }
zeroize = "1.3"
Expand Down

0 comments on commit 1e54fbe

Please sign in to comment.