summaryrefslogtreecommitdiffstats
path: root/tool/src/sq.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tool/src/sq.rs')
-rw-r--r--tool/src/sq.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/sq.rs b/tool/src/sq.rs
index e82f3097..c928a325 100644
--- a/tool/src/sq.rs
+++ b/tool/src/sq.rs
@@ -24,7 +24,7 @@ extern crate sequoia_net;
extern crate sequoia_store as store;
use crate::openpgp::{armor, autocrypt, Fingerprint, Cert};
-use crate::openpgp::conversions::hex;
+use crate::openpgp::fmt::hex;
use crate::openpgp::types::KeyFlags;
use crate::openpgp::parse::Parse;
use crate::openpgp::serialize::Serialize;