-
- Downloads
Replace lrutimecache with moka
parent
a051fe7c
No related branches found
No related tags found
... | @@ -12,9 +12,9 @@ actix-web = "4.3.1" | ... | @@ -12,9 +12,9 @@ actix-web = "4.3.1" |
reqwest = { version = "0.11.14", features = ["blocking", "json"] } | reqwest = { version = "0.11.14", features = ["blocking", "json"] } | ||
serde = { version = "1.0", features = ["derive"] } | serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0.94" | serde_json = "1.0.94" | ||
lru_time_cache = "0.11.11" | |||
humantime = "2.1.0" | humantime = "2.1.0" | ||
config = "0.13.3" | config = "0.13.3" | ||
serde_with = "2.3.1" | serde_with = "2.3.1" | ||
actix-cors = "0.6.4" | actix-cors = "0.6.4" | ||
async-recursion = "1.0.5" | async-recursion = "1.0.5" | ||
\ No newline at end of file | moka = { version = "0.12.5", features = ["sync"] } |
Please register or sign in to comment