Skip to content

Commit 37d0706

Browse files
Bump version of ring dep + loosen dep requirements (#6)
1 parent c04d683 commit 37d0706

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ keywords = ["ethereum"]
1111
categories = ["cryptography::cryptocurrencies"]
1212

1313
[dependencies]
14-
lazy_static = { version = "1.4.0", optional = true }
15-
cpufeatures = { version = "0.2.5", optional = true }
16-
ring = "0.16.20"
17-
sha2 = "0.10.6"
14+
lazy_static = { version = "1.1", optional = true }
15+
cpufeatures = { version = "0.2", optional = true }
16+
ring = "0.17"
17+
sha2 = "0.10"
1818

1919
[dev-dependencies]
20-
rustc-hex = "2.1.0"
20+
rustc-hex = "2"
2121

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

0 commit comments

Comments
 (0)