summaryrefslogtreecommitdiffstats
path: root/sqv/src/sqv.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sqv/src/sqv.rs')
-rw-r--r--sqv/src/sqv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sqv/src/sqv.rs b/sqv/src/sqv.rs
index 963fcf1b..495ec5dc 100644
--- a/sqv/src/sqv.rs
+++ b/sqv/src/sqv.rs
@@ -16,7 +16,7 @@ use std::collections::{HashMap, HashSet};
use openpgp::{TPK, Packet, packet::Signature, KeyID};
use openpgp::constants::HashAlgorithm;
-use openpgp::parse::{PacketParserResult, PacketParser};
+use openpgp::parse::{Parse, PacketParserResult, PacketParser};
use openpgp::tpk::TPKParser;
mod sqv_cli;