diff --git a/src/finder/mod.rs b/src/finder/mod.rs index b75c5b4..97e92fb 100644 --- a/src/finder/mod.rs +++ b/src/finder/mod.rs @@ -20,7 +20,7 @@ pub use header_finder::*; pub use query_finder::*; /// Trait to find the captcha token and answer from the request. -pub trait CaptchaFinder: Send + Sync { +pub trait CaptchaFinder: Send + Sync + 'static { /// Find the captcha token from the request. /// /// ### Returns