mirror of
https://github.com/mikedilger/nip44.git
synced 2026-07-04 05:57:29 +00:00
update dependencies; remove Cargo.lock
This commit is contained in:
+4
-4
@@ -14,10 +14,10 @@ base64 = "0.21"
|
||||
chacha20 = "0.9"
|
||||
hkdf = "0.12"
|
||||
hmac = "0.12"
|
||||
hex = "*"
|
||||
rand_core = "0.6"
|
||||
secp256k1 = { version = "0.27", features = [ "bitcoin-hashes", "global-context", "rand-std" ] }
|
||||
sha2 = "*"
|
||||
rand_core = { version = "0.6", features = [ "getrandom" ] }
|
||||
secp256k1 = { version = "0.27" }
|
||||
sha2 = "0.10"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4"
|
||||
secp256k1 = { version = "0.27", features = [ "global-context" ] }
|
||||
|
||||
Reference in New Issue
Block a user