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"] }