From 5401dd911dd03e360e4cfa9fb6cc677cf004746c Mon Sep 17 00:00:00 2001 From: dignifiedquire Date: Mon, 24 Jul 2023 18:10:20 +0200 Subject: [PATCH] update to release pgp --- Cargo.lock | 9 +++++---- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9090943cf..d22efa596 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -871,9 +871,9 @@ dependencies = [ [[package]] name = "core-foundation-sys" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" +checksum = "a385f5d34e5eff161df2369056a3fd194fcabd8a64ce0eed02de09fcb3203434" [[package]] name = "cpufeatures" @@ -3591,8 +3591,9 @@ dependencies = [ [[package]] name = "pgp" -version = "0.10.1" -source = "git+https://github.com/rpgp/rpgp?branch=master#93866d24673e4407f3c83873f83bf917c20feaba" +version = "0.10.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "27e1f8e085bfa9b85763fe3ddaacbe90a09cd847b3833129153a6cb063bbe132" dependencies = [ "aes", "base64 0.21.2", diff --git a/Cargo.toml b/Cargo.toml index 977a2360e..02f92c6aa 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 = "master", version = "0.10", default-features = false } +pgp = { version = "0.10.2", default-features = false } pretty_env_logger = { version = "0.5", optional = true } qrcodegen = "1.7.0" quick-xml = "0.29"