Skip to content

Commit 857ff49

Browse files
Bump secp256k1 from 0.27.0 to 0.31.0
Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.27.0 to 0.31.0. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.27.0...secp256k1-0.31.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-version: 0.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 097d600 commit 857ff49

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const-hex = "1.14.0"
77
itertools = "0.14"
88
rand = {version = "^0.9", features = ["std", "std_rng"], optional = true}
99
reqwest = {version = "0.12", features = ["json"], optional = true}
10-
secp256k1 = {version = "0.27", features = ["recovery"]}
10+
secp256k1 = {version = "0.31", features = ["recovery"]}
1111
serde = {version = "^1.0", features = ["derive"], optional = true}
1212
serde_json = {version = "^1.0", optional = true}
1313
serde_with = {version = "^3.4", features = ["hex"], optional = true}

0 commit comments

Comments
 (0)