Skip to content

Commit

Permalink
Improve dependencies
Browse files Browse the repository at this point in the history
`Digest` had been switched to more robust re-exported version.
`ring` seems to be excessive, commented out for now
  • Loading branch information
skaunov committed Oct 23, 2023
1 parent c32efef commit ef93f16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rust-k256/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ edition = "2021"

[dependencies]
crate = "0.0.2"
# digest = "0.10.3"
ring = "0.16.20"
# ring = "0.16.20"
rand_core = "0.6.3"
hex-literal = "0.3.4"
hash2field = "0.4.0"
Expand Down

0 comments on commit ef93f16

Please sign in to comment.