summaryrefslogtreecommitdiff
path: root/src/authorization/server.rs
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-07-16 14:09:57 -0600
committermo khan <mo@mokhan.ca>2025-07-16 14:09:57 -0600
commit034cb934375e789a54a22c34b37426ffe9affd4b (patch)
treeed82d15f8c9dbad06b9932fc43acafae531b94f8 /src/authorization/server.rs
parentaadfbeb39d0ac5ccb1a19899d7680b1c96b1a6cf (diff)
fix: revert back to envoy-types crate
Diffstat (limited to 'src/authorization/server.rs')
-rw-r--r--src/authorization/server.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/authorization/server.rs b/src/authorization/server.rs
index 8546e00f..ba933acd 100644
--- a/src/authorization/server.rs
+++ b/src/authorization/server.rs
@@ -1,5 +1,5 @@
use super::check_service::CheckService;
-use crate::rpc::envoy::service::auth::v3::authorization_server::AuthorizationServer;
+use envoy_types::pb::envoy::service::auth::v3::authorization_server::AuthorizationServer;
use std::sync::Arc;
pub struct Server {