From 034cb934375e789a54a22c34b37426ffe9affd4b Mon Sep 17 00:00:00 2001 From: mo khan Date: Wed, 16 Jul 2025 14:09:57 -0600 Subject: fix: revert back to envoy-types crate --- src/authorization/authorizer.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/authorization/authorizer.rs') diff --git a/src/authorization/authorizer.rs b/src/authorization/authorizer.rs index 94e44e37..81588a31 100644 --- a/src/authorization/authorizer.rs +++ b/src/authorization/authorizer.rs @@ -1,4 +1,4 @@ -use crate::rpc::envoy::service::auth::v3::CheckRequest; +use envoy_types::pb::envoy::service::auth::v3::CheckRequest; pub trait Authorizer: std::fmt::Debug + std::marker::Sync + std::marker::Send + 'static { fn authorize(&self, request: CheckRequest) -> bool; -- cgit v1.2.3