We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04d683 commit 37d0706Copy full SHA for 37d0706
Cargo.toml
@@ -11,13 +11,13 @@ keywords = ["ethereum"]
11
categories = ["cryptography::cryptocurrencies"]
12
13
[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"
+lazy_static = { version = "1.1", optional = true }
+cpufeatures = { version = "0.2", optional = true }
+ring = "0.17"
+sha2 = "0.10"
18
19
[dev-dependencies]
20
-rustc-hex = "2.1.0"
+rustc-hex = "2"
21
22
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
23
wasm-bindgen-test = "0.3.33"
0 commit comments