update pgp ref

This commit is contained in:
dignifiedquire
2023-07-24 14:38:45 +02:00
parent cff7f50571
commit fc3ca7fbc2
2 changed files with 3 additions and 2 deletions

3
Cargo.lock generated
View File

@@ -3603,7 +3603,7 @@ dependencies = [
[[package]] [[package]]
name = "pgp" name = "pgp"
version = "0.10.1" version = "0.10.1"
source = "git+https://github.com/rpgp/rpgp?branch=new-dalek#e84a95df572a2f789f047d6df7b9803321b7b52f" source = "git+https://github.com/rpgp/rpgp?branch=master#93866d24673e4407f3c83873f83bf917c20feaba"
dependencies = [ dependencies = [
"aes", "aes",
"base64 0.21.2", "base64 0.21.2",
@@ -3619,6 +3619,7 @@ dependencies = [
"chrono", "chrono",
"cipher", "cipher",
"crc24", "crc24",
"curve25519-dalek",
"derive_builder", "derive_builder",
"des", "des",
"digest", "digest",

View File

@@ -63,7 +63,7 @@ num-traits = "0.2"
once_cell = "1.18.0" once_cell = "1.18.0"
percent-encoding = "2.3" percent-encoding = "2.3"
parking_lot = "0.12" parking_lot = "0.12"
pgp = { git = "https://github.com/rpgp/rpgp", branch = "new-dalek", version = "0.10", default-features = false } pgp = { git = "https://github.com/rpgp/rpgp", branch = "master", version = "0.10", default-features = false }
pretty_env_logger = { version = "0.5", optional = true } pretty_env_logger = { version = "0.5", optional = true }
qrcodegen = "1.7.0" qrcodegen = "1.7.0"
quick-xml = "0.29" quick-xml = "0.29"