From 8c3291b12aa3bac536950fc676d65dc5af206856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 04:08:13 +0000 Subject: [PATCH] chore(deps): update secp256k1 requirement from 0.25 to 0.27 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.27.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..59d5e69 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.27", features = [ "global-context", "rand-std", "recovery",