From 5807225b9a622709d97508497f7ab62a8966a5d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 07:26:05 +0000 Subject: [PATCH] chore(deps): bump secp256k1 from 0.27.0 to 0.28.2 Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.27.0 to 0.28.2. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.27.0...secp256k1-0.28.2) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 3 +-- integrationtests/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ccf03e2..0140c287 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1753,7 +1753,7 @@ dependencies = [ "moksha-wallet", "rand", "reqwest", - "secp256k1 0.27.0", + "secp256k1 0.28.2", "serde", "tempfile", "testcontainers", @@ -2802,7 +2802,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f" dependencies = [ "bitcoin_hashes 0.12.0", - "rand", "secp256k1-sys 0.8.1", "serde", ] diff --git a/integrationtests/Cargo.toml b/integrationtests/Cargo.toml index 282663da..fa20cd21 100644 --- a/integrationtests/Cargo.toml +++ b/integrationtests/Cargo.toml @@ -24,7 +24,7 @@ anyhow = { version = "1.0.80", features = ["backtrace"] } serde = { version = "1.0.197", features = ["derive"] } lightning-invoice = "0.29.0" bitcoin_hashes = { version = "0.12.0", default-features = false } -secp256k1 = { version = "0.27.0", default-features = false, features = ["recovery", "alloc", "rand"] } +secp256k1 = { version = "0.28.2", default-features = false, features = ["recovery", "alloc", "rand"] } tracing = "0.1.40" testcontainers = "0.15.0"