From ab40495d5c5a7ea44dcdd8e6444c8deb29a41c65 Mon Sep 17 00:00:00 2001 From: "B. Petersen" Date: Sun, 1 Mar 2020 21:54:11 +0100 Subject: [PATCH] update rPGP in .toml, this was missed in #1321 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d211701cb..96e89ca17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ lto = true deltachat_derive = { path = "./deltachat_derive" } libc = "0.2.51" -pgp = { version = "0.4.0", default-features = false } +pgp = { version = "0.4.1", default-features = false } hex = "0.4.0" sha2 = "0.8.0" rand = "0.7.0"