fix: fix caching routine about eviction

This commit is contained in:
Jun Kurihara 2023-08-16 13:16:10 +09:00
commit 460562183e
No known key found for this signature in database
GPG key ID: 48ADFD173ED22B03
3 changed files with 13 additions and 12 deletions

View file

@ -75,7 +75,7 @@ s2n-quic-rustls = { path = "../submodules/s2n-quic/quic/s2n-quic-rustls/", optio
# cache
http-cache-semantics = { path = "../submodules/rusty-http-cache-semantics/" }
moka = { version = "0.11.3", features = ["future"] }
moka = { version = "0.11.3", features = ["future", "sync"] }
# cookie handling for sticky cookie
chrono = { version = "0.4.26", default-features = false, features = [