feat: update pgp to 0.8 and rand to 0.8 (#3467)

* feat: update pgp to 0.8 and rand to 0.8

* update changelog
This commit is contained in:
Friedel Ziegelmayer
2022-07-01 13:15:37 +02:00
committed by GitHub
parent 3e2af8537c
commit 6cabb32aa5
3 changed files with 162 additions and 185 deletions

View File

@@ -48,12 +48,12 @@ num-derive = "0.3"
num-traits = "0.2"
once_cell = "1.12.0"
percent-encoding = "2.0"
pgp = { version = "0.7", default-features = false }
pgp = { version = "0.8", default-features = false }
pretty_env_logger = { version = "0.4", optional = true }
quick-xml = "0.23"
r2d2 = "0.8"
r2d2_sqlite = "0.20"
rand = "0.7"
rand = "0.8"
regex = "1.5"
rusqlite = { version = "0.27", features = ["sqlcipher"] }
rust-hsluv = "0.1"