summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/src/async.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/src/async.rs b/net/src/async.rs
index 77ec00bc..b3a5f7a3 100644
--- a/net/src/async.rs
+++ b/net/src/async.rs
@@ -17,7 +17,7 @@ use tokio_core::reactor::Handle;
use url::Url;
use openpgp::TPK;
-use openpgp::{KeyID, armor};
+use openpgp::{KeyID, armor, serialize::Serialize};
use sequoia_core::{Context, NetworkPolicy};
use super::{Error, Result};