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 b1ae801 commit 4277a65Copy full SHA for 4277a65
Cargo.toml
@@ -29,7 +29,7 @@ serde_json = "1.0.39"
29
tiny-keccak = { version = "2.0.1", features = ["keccak"] }
30
pin-project = "1.0"
31
# Optional deps
32
-secp256k1 = { version = "0.28", features = ["recovery"], optional = true }
+secp256k1 = { version = "0.29", features = ["recovery"], optional = true }
33
once_cell = { version = "1.8.0", optional = true }
34
35
## HTTP
0 commit comments