From 91314f00886f0b72e097243c150657879d56f211 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:01:44 +0000 Subject: [PATCH] chore(deps): update rust crate pgp to 0.14 [security] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d36677f..b690bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ jsonrpsee-types = { version = "0.23", default-features = false } num-integer = "0.1.46" num-traits = "0.2.18" p256 = "0.13.2" -pgp = "0.13" +pgp = "0.14" pkcs8 = { version = "0.10" } rand = "0.8" reqwest = { version = "0.12", features = ["json"] }