summaryrefslogtreecommitdiff
path: root/crates/tor-guardmgr/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-guardmgr/src/lib.rs')
-rw-r--r--crates/tor-guardmgr/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-guardmgr/src/lib.rs b/crates/tor-guardmgr/src/lib.rs
index 6f54146d4..9e0534eae 100644
--- a/crates/tor-guardmgr/src/lib.rs
+++ b/crates/tor-guardmgr/src/lib.rs
@@ -62,7 +62,6 @@ use serde::{Deserialize, Serialize};
use std::collections::HashMap;
use std::net::SocketAddr;
use std::sync::{Arc, Mutex, Weak};
-use std::time::{Duration, Instant, SystemTime};
#[cfg(feature = "bridge-client")]
use tor_error::internal;
use tor_linkspec::{OwnedChanTarget, OwnedCircTarget, RelayId, RelayIdSet};
@@ -71,6 +70,7 @@ use tor_proto::ClockSkew;
use tor_rtcompat::SpawnExt;
use tor_units::BoundedInt32;
use tracing::{debug, info, instrument, trace, warn};
+use web_time_compat::{Duration, Instant, SystemTime};
use tor_config::derive::prelude::*;
use tor_config::{ExplicitOrAuto, impl_standard_builder};