diff --git a/Cargo.lock b/Cargo.lock index ae94426ca8..345033218b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3109,9 +3109,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.6" +version = "0.12.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87bfd249f570638bfb0b4f9d258e6b8cddd2a5a7d0ed47e8bb8b176bfc0e7a17" +checksum = "9e0d88686dc561d743b40de8269b26eaf0dc58781bde087b0984646602021d08" dependencies = [ "async-lock 3.3.0", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 1c483cd370..fa34900af6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ mimalloc = { version = "0.1.39", default-features = false, optional = true } http-cache-reqwest = { version = "0.13.0", features = [ "manager-moka", ], default-features = false, optional = true } -moka = { version = "0.12.6", default-features = false, features = [ +moka = { version = "0.12.7", default-features = false, features = [ "future", ], optional = true } hyper-rustls = { version = "0.25.0", optional = true }