summaryrefslogtreecommitdiff
path: root/webhook/src/handler/make_service.rs
diff options
context:
space:
mode:
Diffstat (limited to 'webhook/src/handler/make_service.rs')
-rw-r--r--webhook/src/handler/make_service.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/webhook/src/handler/make_service.rs b/webhook/src/handler/make_service.rs
index 0778ad0..deeb2fe 100644
--- a/webhook/src/handler/make_service.rs
+++ b/webhook/src/handler/make_service.rs
@@ -1,7 +1,7 @@
use super::handler::HandlerService;
use crate::config::Config;
use hyper::service::Service;
-use nats::Connection;
+use common::nats_crate::Connection;
use std::{
future::{ready, Ready},
sync::Arc,