From e7bb2b523c93cc01cc87b3f8f2126208e47b9ecc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 00:26:21 +0000 Subject: [PATCH] chore(deps): update secp256k1 requirement in /tools/cli-wallet 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] --- tools/cli-wallet/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cli-wallet/Cargo.toml b/tools/cli-wallet/Cargo.toml index b7eccd3a8..aab8a350f 100644 --- a/tools/cli-wallet/Cargo.toml +++ b/tools/cli-wallet/Cargo.toml @@ -17,7 +17,7 @@ tokio = { version = "1.0", features = ["full"] } sha2 = "0.11" hex = "0.4" rand = "0.10" -secp256k1 = "0.27" +secp256k1 = "0.31" anyhow = "1.0" [[bin]]