chore(deps): update rust crate pgp to 0.14 [security]

This commit is contained in:
renovate[bot] 2024-12-20 11:01:44 +00:00 committed by GitHub
parent 68805b10a8
commit 91314f0088
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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