diff --git a/common/src/indexer_service/http/request_handler.rs b/common/src/indexer_service/http/request_handler.rs index 7e54c2ba4..14eb7a3b8 100644 --- a/common/src/indexer_service/http/request_handler.rs +++ b/common/src/indexer_service/http/request_handler.rs @@ -11,7 +11,7 @@ use axum::{ TypedHeader, }; use reqwest::StatusCode; -use toolshed::thegraph::DeploymentId; +use thegraph::types::DeploymentId; use tracing::info; use crate::{indexer_service::http::IsAttestable, prelude::AttestationSigner};