Skip to content

Commit 8e0236b

Browse files
build(deps): bump slab from 0.4.10 to 0.4.11 (#270)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Rob Ede <[email protected]>
1 parent 0d6b7c0 commit 8e0236b

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/utils/cache.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
use std::{fmt, sync::Arc, time::Duration};
22

33
use actix_web::dev::Service;
4-
use derive_more::{Display, Error, From};
54
use lru_time_cache::LruCache;
65
use tokio::sync::Mutex;
76

8-
#[derive(Debug, Clone, Display, From, Error)]
9-
pub struct CacheError<E> {
10-
inner: E,
11-
}
12-
137
#[derive(Clone)]
148
pub struct Cache<S, Req>
159
where

0 commit comments

Comments
 (0)