diff --git a/src/util/ratelimit.rs b/src/util/ratelimit.rs index 16d7f744..8af34a4c 100644 --- a/src/util/ratelimit.rs +++ b/src/util/ratelimit.rs @@ -1,6 +1,6 @@ use rocket::{async_trait, http::Status, request::{Outcome, FromRequest}, response}; use std::{collections::{HashMap, hash_map::DefaultHasher}, time}; -use rauth::auth::Session; +use rauth::entities::Session; use crate::util::result::Error; use std::hash::{Hash, Hasher}; use std::sync::{Arc, Mutex};