Skip to content

Commit

Permalink
Update elliptic-curve/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarcieri authored Jan 23, 2025
1 parent a99e4b3 commit af94247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elliptic-curve/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ rust-version = "1.83"

[dependencies]
base16ct = "0.2"
crypto-bigint = { version = "0.6.0", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
crypto-bigint = { version = "0.6", default-features = false, features = ["rand_core", "hybrid-array", "zeroize"] }
hybrid-array = { version = "0.2", default-features = false, features = ["zeroize"] }
rand_core = { version = "0.6.4", default-features = false }
subtle = { version = "2.6", default-features = false }
Expand Down

0 comments on commit af94247

Please sign in to comment.