Skip to content

Commit e85a121

Browse files
committed
chore!: update secp256k1 to 0.29.0
Update secp256k1 library to bring it in line with bitcoin-0.32.8
1 parent e211cb9 commit e85a121

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sending = ["dep:bitcoin_hashes", "dep:hex", "encode"]
2323
receiving = ["dep:bitcoin_hashes", "dep:hex", "dep:bimap", "serde", "encode"]
2424

2525
[dependencies]
26-
secp256k1 = {version = "0.28.1", features = ["rand"] }
26+
secp256k1 = {version = "0.29.0", features = ["rand"] }
2727
hex = { version = "0.4", optional = true }
2828
bech32 = { version = "0.9", optional = true }
2929
bimap = { version = "0.6", optional = true }
@@ -32,5 +32,5 @@ bitcoin_hashes = { version = "0.13.0", optional = true }
3232

3333
[dev-dependencies]
3434
rust-bip39 = { version = "1.0.0", features = ["rand"] }
35-
bitcoin ={ version = "0.31.1", features = ["serde"] }
35+
bitcoin = { version = "0.32.8", features = ["serde"] }
3636
serde_json = "1.0"

0 commit comments

Comments
 (0)