diff --git a/Cargo.toml b/Cargo.toml index 08e0190..f265b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ kvarn_signal = { path = "signal", version = "0.1", optional = true } tokio = { version = "1, >=1.23.1", features = ["rt", "io-util", "fs", "sync", "parking_lot", "time", "macros"] } tokio-uring = { git = "https://github.com/Icelk/tokio-uring", branch = "recvmsg-msg_control", features = ["bytes"], optional = true } -moka = { version = "0.11", features = ["sync"], default-features = false } +moka = { version = "0.12", features = ["sync"], default-features = false } dashmap = "5" # HTTPS