Skip to content

Commit 5d5c5f1

Browse files
chore(deps): bump secp256k1 from 0.28.2 to 0.29.0 (#1260)
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.28.2 to 0.29.0. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.28.2...secp256k1-0.29.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8af9531 commit 5d5c5f1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/precompile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ c-kzg = { version = "1.0.0", default-features = false, optional = true }
2626

2727
# ecRecover precompile
2828
k256 = { version = "0.13.3", default-features = false, features = ["ecdsa"] }
29-
secp256k1 = { version = "0.28.2", default-features = false, features = [
29+
secp256k1 = { version = "0.29.0", default-features = false, features = [
3030
"alloc",
3131
"recovery",
3232
"rand",

0 commit comments

Comments
 (0)