Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit 3269f00

Browse files
authored
Update secp256k1 (#36)
1 parent a4b959d commit 3269f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ sha3 = "0.10"
2424
k256 = { version = "0.11", features = ["ecdsa"], optional = true }
2525
serde = { version = "1.0.110", optional = true }
2626
ed25519-dalek = { version = "1.0.0-pre.4", optional = true }
27-
secp256k1 = { version = "0.22", optional = true, default-features = false, features = [
27+
secp256k1 = { version = "0.23", optional = true, default-features = false, features = [
2828
"global-context",
2929
] }
3030

3131
[dev-dependencies]
3232
rand_07 = { package = "rand", version = "0.7" }
33-
secp256k1 = { features = ["rand-std"], version = "0.22" }
33+
secp256k1 = { features = ["rand-std"], version = "0.23" }
3434

3535
[features]
3636
default = ["serde", "k256"]

0 commit comments

Comments
 (0)