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 f721cd9 commit 599f18fCopy full SHA for 599f18f
Cargo.toml
@@ -20,10 +20,7 @@ pbkdf2 = "^0.12.1"
20
hkdf = "^0.12.3"
21
crc32fast = "^1.3.2"
22
chacha20poly1305 = "^0.10.1"
23
-# secp256k1 = "^0.29.1"
24
-# https://github.com/rust-bitcoin/rust-secp256k1/issues/702
25
-# https://github.com/rust-bitcoin/rust-secp256k1/pull/706
26
-secp256k1 = { git = "https://github.com/rust-bitcoin/rust-secp256k1/", branch = "master" }
+secp256k1 = "^0.30.0"
27
x25519-dalek = {version = "2.0.0-rc.2", features = ["static_secrets"]}
28
thiserror = "^1.0.48"
29
hex = "^0.4.3"
0 commit comments