From 24c4f002c62b6258780fd79668a0dde5a053d631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:15:17 +0000 Subject: [PATCH] Update secp256k1 requirement from 0.29 to 0.31 Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits/secp256k1-0.31.1) --- updated-dependencies: - dependency-name: secp256k1 dependency-version: 0.31.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a49199b..dfa112ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde_json = "1.0.39" tiny-keccak = { version = "2.0.1", features = ["keccak"] } pin-project = "1.0" # Optional deps -secp256k1 = { version = "0.29", features = ["recovery"], optional = true } +secp256k1 = { version = "0.31", features = ["recovery"], optional = true } once_cell = { version = "1.8.0", optional = true } ## HTTP