From 29b017d05ef42a1a95fc2339a7caa7c822aab3da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 00:12:39 +0000 Subject: [PATCH] Update secp256k1 requirement from 0.27.0 to 0.28.2 --- 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 923da1d..5acf9ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,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.2", features = [ "recovery" ] } tiny-bip39 = "1.0.0" rustc-hex = "2.1.0" open-fastrlp = { version = "0.1.4", features = ["std", "ethereum-types"] }