From 5573ae7ffc81411d0d4e8e5964931af11efbfb9a Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Wed, 18 Aug 2021 14:45:49 +0200 Subject: [PATCH] Require sequoia-openpgp 1.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f59823e..ce28d16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ lru = "0.6.6" memmem = "0.1" memoffset = "0.6" num_cpus = "1" -sequoia-openpgp = "1.1" +sequoia-openpgp = "1.3" thiserror = "1" [dependencies.rusqlite] -- GitLab