update dependencies; remove Cargo.lock

This commit is contained in:
Mike Dilger
2023-10-01 08:15:38 +13:00
parent 018624bbc4
commit d2c0c9a745
3 changed files with 5 additions and 268 deletions
+4 -4
View File
@@ -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" ] }