chore(deps): update rust crate pgp to 0.14

This commit is contained in:
renovate[bot] 2024-11-28 16:47:05 +00:00 committed by GitHub
parent e4629aee55
commit cd604f13b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 90 additions and 23 deletions

View file

@ -40,7 +40,7 @@ log = "0.4"
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"] }