Skip to content

Commit

Permalink
Bump version of ring dep + loosen dep requirements (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
DragonDev1906 authored Nov 30, 2023
1 parent c04d683 commit 37d0706
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ keywords = ["ethereum"]
categories = ["cryptography::cryptocurrencies"]

[dependencies]
lazy_static = { version = "1.4.0", optional = true }
cpufeatures = { version = "0.2.5", optional = true }
ring = "0.16.20"
sha2 = "0.10.6"
lazy_static = { version = "1.1", optional = true }
cpufeatures = { version = "0.2", optional = true }
ring = "0.17"
sha2 = "0.10"

[dev-dependencies]
rustc-hex = "2.1.0"
rustc-hex = "2"

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3.33"
Expand Down

0 comments on commit 37d0706

Please sign in to comment.