mirror of
https://github.com/mikedilger/nip44.git
synced 2026-07-04 05:57:29 +00:00
Update secp256k1 lib version
This commit is contained in:
+2
-2
@@ -16,10 +16,10 @@ constant_time_eq = "0.3"
|
||||
hkdf = "0.12"
|
||||
hmac = "0.12"
|
||||
rand_core = { version = "0.6", features = [ "getrandom" ] }
|
||||
secp256k1 = { version = "0.27" }
|
||||
secp256k1 = { version = "0.28" }
|
||||
sha2 = "0.10"
|
||||
thiserror = "1.0"
|
||||
|
||||
[dev-dependencies]
|
||||
hex = "0.4"
|
||||
secp256k1 = { version = "0.27", features = [ "global-context" ] }
|
||||
secp256k1 = { version = "0.28", features = [ "global-context" ] }
|
||||
|
||||
Reference in New Issue
Block a user