diff --git a/Cargo.lock b/Cargo.lock index 45b0d144e..e5034e622 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3603,7 +3603,7 @@ dependencies = [ [[package]] name = "pgp" 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 = [ "aes", "base64 0.21.2", @@ -3619,6 +3619,7 @@ dependencies = [ "chrono", "cipher", "crc24", + "curve25519-dalek", "derive_builder", "des", "digest", diff --git a/Cargo.toml b/Cargo.toml index d3b16261b..977a2360e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ num-traits = "0.2" once_cell = "1.18.0" percent-encoding = "2.3" 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 } qrcodegen = "1.7.0" quick-xml = "0.29"