diff --git a/Cargo.lock b/Cargo.lock index b9c37ca7c..ea5f931f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4401,9 +4401,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.1" +version = "0.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8017ec3548ffe7d4cef7ac0e12b044c01164a74c0f3119420faeaf13490ad8b" +checksum = "f353abec74660d4b8533c2516c86eb062f1ec8ca49a2758f4f2b1b60b06b0c6e" dependencies = [ "async-lock", "async-trait", @@ -4834,7 +4834,7 @@ dependencies = [ "bytes", "futures", "logutil", - "moka 0.12.1", + "moka 0.12.2", "object_store", "once_cell", "tempfile", diff --git a/crates/object_store_util/Cargo.toml b/crates/object_store_util/Cargo.toml index 1f0cba03b..5e2e6ea0e 100644 --- a/crates/object_store_util/Cargo.toml +++ b/crates/object_store_util/Cargo.toml @@ -15,6 +15,6 @@ thiserror.workspace = true tokio = { workspace = true } bytes = "1.4.0" tracing = "0.1" -moka = { version = "0.12.1", features = ["future"] } +moka = { version = "0.12.2", features = ["future"] } uuid = { version = "1.6.1", features = ["v4", "fast-rng", "macro-diagnostics"] } once_cell = "1.19.0"