chore: update rPGP from 0.19.0 to 0.20.0

This commit is contained in:
link2xt
2026-06-24 02:42:51 +00:00
committed by l
parent b38277c294
commit 09d5d0bddf
5 changed files with 75 additions and 34 deletions

View File

@@ -78,7 +78,7 @@ num-derive = "0.4"
num-traits = { workspace = true }
parking_lot = "0.12.4"
percent-encoding = "2.3"
pgp = { version = "0.19.0", features = ["draft-pqc"], default-features = false }
pgp = { version = "0.20.0", features = ["draft-pqc"], default-features = false }
pin-project = "1"
qrcodegen = "1.7.0"
quick-xml = { version = "0.39", features = ["escape-html"] }