From 4e7aa0b9d5598ae8330e73290aa43a8bc978bc35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:50:35 +0000 Subject: [PATCH] Update secp256k1 requirement from 0.28 to 0.29 --- 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 30102cc..68def51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ version = "0.10.0" zeroize = "1.0.0" rand = "0.8.0" rustc-hex = "2.0.1" -secp256k1 = { version = "0.28", optional = true, features = ["recovery"] } +secp256k1 = { version = "0.29", optional = true, features = ["recovery"] } serde = { version = "1.0", features = ["derive"]} # Libraries for for pure-rust crypto