From fef3c46b1006edea8695e6ae772b6430d6959afd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:06:30 +0000 Subject: [PATCH] Update secp256k1 requirement from 0.27.0 to 0.28.0 Updates the requirements on [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) to permit the latest version. - [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/rust-secp256k1/commits/secp256k1-0.28.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 0b30e05..dd4a96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ blake2 = "0.10.6" ethereum-types = "0.14.0" itertools = "0.12.0" tiny-keccak = { version = "2.0.0", features = ["keccak"] } -secp256k1 = { version = "0.27.0", features = [ "recovery" ] } +secp256k1 = { version = "0.28.0", features = [ "recovery" ] } tiny-bip39 = "1.0.0" ethabi = "18.0.0" rustc-hex = "2.1.0"