summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/src/hspool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-circmgr/src/hspool.rs')
-rw-r--r--crates/tor-circmgr/src/hspool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-circmgr/src/hspool.rs b/crates/tor-circmgr/src/hspool.rs
index 0b735fe9d..d85c37ecb 100644
--- a/crates/tor-circmgr/src/hspool.rs
+++ b/crates/tor-circmgr/src/hspool.rs
@@ -28,7 +28,7 @@ use tor_linkspec::{
CircTarget, HasRelayIds as _, IntoOwnedChanTarget, OwnedChanTarget, OwnedCircTarget,
};
use tor_netdir::{NetDir, NetDirProvider, Relay};
-use tor_proto::circuit::{self, CircParameters};
+use tor_proto::client::circuit::{self, CircParameters};
use tor_relay_selection::{LowLevelRelayPredicate, RelayExclusion};
use tor_rtcompat::{
Runtime, SleepProviderExt,