From b30bd657731e3fbb3cf1732058f3e6c19e28205d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 03:23:54 +0000 Subject: [PATCH] chore(deps): update secp256k1 requirement from 0.25 to 0.26 Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version. - [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases) - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits/secp256k1-0.26.0) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index f9d385a..2af9db9 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -28,7 +28,7 @@ clap = "4.0.4" anyhow = "1.0" cidr = "0.2.1" maplit = "1.0.2" -secp256k1 = { version = "0.25", features = [ +secp256k1 = { version = "0.26", features = [ "global-context", "rand-std", "recovery",