Skip to content

Commit 855a4f9

Browse files
authored
chore: bump secp256k1 to 0.29 (#79)
1 parent 4e56f1c commit 855a4f9

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
@@ -23,13 +23,13 @@ sha3 = "0.10"
2323
k256 = { version = "0.13", features = ["ecdsa"], optional = true }
2424
serde = { version = "1.0", features = ["derive"], optional = true }
2525
ed25519-dalek = { version = "2.1.1", optional = true, features = ["rand_core"] }
26-
secp256k1 = { version = "0.28", optional = true, default-features = false, features = [
26+
secp256k1 = { version = "0.29", optional = true, default-features = false, features = [
2727
"global-context",
2828
] }
2929

3030
[dev-dependencies]
3131
alloy-rlp = { version = "0.3.4", features = ["derive"] }
32-
secp256k1 = { version = "0.28", features = ["rand-std"] }
32+
secp256k1 = { version = "0.29", features = ["rand-std"] }
3333
serde_json = "1.0"
3434

3535
[features]

0 commit comments

Comments
 (0)