From e27e3751a50f0fcaf76ea48c831b8d594820320a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 23:58:37 +0000 Subject: [PATCH] chore(deps): update secp256k1 requirement from 0.22 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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6153f5e..132f5f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ monero = { version = "0.17", features = ["serde"] } bitcoincore-rpc = "0.15" lazy_static = "1.4" rand_core = { version = "0.6.3", features = ["getrandom"] } -secp256k1 = { version = "0.22", features = ["rand-std"] } +secp256k1 = { version = "0.27", features = ["rand-std"] } serde_yaml = "0.8" [package.metadata.docs.rs]