Skip to content

Commit e155075

Browse files
build(deps): bump secp256k1 from 0.21.3 to 0.30.0
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.21.3 to 0.30.0. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.21.3...secp256k1-0.30.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 6026fe0 commit e155075

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

Cargo.lock

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

tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio = { version = "1.44.2", features = ["rt", "macros", "process"] }
2323
# Once graph upgrades to web3 0.19, we don't need this anymore. The version
2424
# here needs to be kept in sync with the web3 version that the graph crate
2525
# uses until then
26-
secp256k1 = { version = "0.21", features = ["recovery"] }
26+
secp256k1 = { version = "0.30", features = ["recovery"] }
2727

2828
[dev-dependencies]
2929
anyhow = "1.0.98"

0 commit comments

Comments
 (0)