S3-FIFO caching
This commit is contained in:
@@ -15,7 +15,6 @@ serde = { version = "1.0", features = ["derive"]}
|
||||
mail-auth = { version = "0.5" }
|
||||
smtp-proto = { version = "0.1" }
|
||||
mail-send = { version = "0.4", default-features = false, features = ["cram-md5", "ring", "tls12"] }
|
||||
dashmap = "6.0"
|
||||
ahash = { version = "0.8" }
|
||||
chrono = "0.4"
|
||||
rand = "0.8.5"
|
||||
@@ -31,10 +30,10 @@ parking_lot = "0.12"
|
||||
futures = "0.3"
|
||||
regex = "1.7.0"
|
||||
blake3 = "1.3.3"
|
||||
lru-cache = "0.1.2"
|
||||
http-body-util = "0.1.0"
|
||||
form_urlencoded = "1.1.0"
|
||||
psl = "2"
|
||||
quick_cache = "0.6.9"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
privdrop = "0.5.3"
|
||||
|
||||
Reference in New Issue
Block a user