Update rpgp to 0.9 and bump MSRV to 1.57.0

This commit is contained in:
link2xt
2022-11-07 12:58:14 +00:00
parent 0194c7fcbc
commit a271baa1ae
4 changed files with 107 additions and 178 deletions

View File

@@ -51,7 +51,7 @@ num-derive = "0.3"
num-traits = "0.2"
once_cell = "1.16.0"
percent-encoding = "2.2"
pgp = { version = "0.8", default-features = false }
pgp = { version = "0.9", default-features = false }
pretty_env_logger = { version = "0.4", optional = true }
quick-xml = "0.23"
r2d2 = "0.8"