From 5c24a1fa5785d8d8f8bad3c9ffb8382223adcee9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Dec 2022 16:03:10 +0000 Subject: [PATCH] chore(deps): bump secp256k1 from 0.17.2 to 0.22.2 Bumps [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.17.2 to 0.22.2. - [Release notes](https://github.com/rust-bitcoin/rust-secp256k1/releases) - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.22.2/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/compare/secp256k1-0.17.2...secp256k1-0.22.2) --- updated-dependencies: - dependency-name: secp256k1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 36 ++++++++++++++++++++++++++++-------- cli/Cargo.toml | 2 +- sdk/Cargo.toml | 2 +- 3 files changed, 30 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f557753..d21997c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "addr2line" version = "0.13.0" @@ -201,7 +203,7 @@ dependencies = [ "bech32 0.7.2", "bitcoin_hashes 0.7.6", "hex 0.3.2", - "secp256k1", + "secp256k1 0.17.2", "serde 1.0.116", ] @@ -554,7 +556,7 @@ dependencies = [ "faster-hex 0.4.1", "lazy_static", "rand 0.6.5", - "secp256k1", + "secp256k1 0.17.2", ] [[package]] @@ -567,7 +569,7 @@ dependencies = [ "faster-hex 0.4.1", "lazy_static", "rand 0.6.5", - "secp256k1", + "secp256k1 0.17.2", ] [[package]] @@ -1015,7 +1017,7 @@ dependencies = [ "rand 0.6.5", "reqwest 0.9.24", "scrypt", - "secp256k1", + "secp256k1 0.17.2", "serde 1.0.116", "serde_derive", "serde_json", @@ -3625,10 +3627,19 @@ version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2932dc07acd2066ff2e3921a4419606b220ba6cd03a9935123856cc534877056" dependencies = [ - "secp256k1-sys", + "secp256k1-sys 0.1.2", "serde 1.0.116", ] +[[package]] +name = "secp256k1" +version = "0.22.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "295642060261c80709ac034f52fca8e5a9fa2c7d341ded5cdb164b7c33768b2a" +dependencies = [ + "secp256k1-sys 0.5.2", +] + [[package]] name = "secp256k1-sys" version = "0.1.2" @@ -3638,6 +3649,15 @@ dependencies = [ "cc", ] +[[package]] +name = "secp256k1-sys" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "152e20a0fd0519390fc43ab404663af8a0b794273d2a91d60ad4a39f13ffe110" +dependencies = [ + "cc", +] + [[package]] name = "security-framework" version = "0.4.4" @@ -4051,7 +4071,7 @@ dependencies = [ "openssl-sys", "rand 0.7.3", "ring", - "secp256k1", + "secp256k1 0.17.2", "tokio 0.2.22", "tokio-util", "unsigned-varint", @@ -4178,7 +4198,7 @@ dependencies = [ "log 0.4.11", "molecule", "reqwest 0.9.24", - "secp256k1", + "secp256k1 0.22.2", "serde 1.0.116", "serde_derive", "serde_json", @@ -4206,7 +4226,7 @@ dependencies = [ "log 0.4.11", "molecule", "reqwest 0.9.24", - "secp256k1", + "secp256k1 0.22.2", "serde 1.0.116", "serde_derive", "serde_json", diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 7d8c031..cccaf22 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -17,7 +17,7 @@ hex = "0.4" anyhow = "1.0" tockb-types = { path = "../types" } molecule = "0.6" -secp256k1 = "0.17.0" +secp256k1 = "0.22.2" reqwest = "^0.9" log = "0.4" failure = "0.1.5" diff --git a/sdk/Cargo.toml b/sdk/Cargo.toml index ea1233d..05462aa 100644 --- a/sdk/Cargo.toml +++ b/sdk/Cargo.toml @@ -14,7 +14,7 @@ hex = "0.4" anyhow = "1.0" tockb-types = { path = "../types" } molecule = "0.6" -secp256k1 = "0.17.0" +secp256k1 = "0.22.2" reqwest = "^0.9" log = "0.4" failure = "0.1.5"