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

This commit is contained in:
renovate[bot] 2026-02-13 22:43:37 +00:00 committed by GitHub
parent f91ff6c1c9
commit 8202d0b9a6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 108 additions and 94 deletions

View file

@ -56,7 +56,7 @@ opentelemetry_sdk = { version = "0.30", features = ["tokio", "rt-tokio"] }
p256 = "0.13.2"
pe-sign = "0.1.10"
percent-encoding = "2.3.1"
pgp = { version = "0.16", default-features = false }
pgp = { version = "0.19", default-features = false }
pkcs8 = { version = "0.10" }
reqwest = { version = "0.12", features = ["json"] }
rsa = { version = "0.9.6", features = ["sha2", "pem"] }