From 22aebb204bfba722595527d0458a0c18de4a205d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 09:16:49 +0100 Subject: [PATCH] Update Rust crate moka to v0.12.5 (#8021) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e8da8db2e49..2b6830e5089 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2572,9 +2572,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.4" +version = "0.12.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad9dc9808102655926a6086abd0b9965ebefd4a39ef0d184f074c34ba5049ec6" +checksum = "b1911e88d5831f748a4097a43862d129e3c6fca831eecac9b8db6d01d93c9de2" dependencies = [ "async-lock", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 5d61c76441f..d96f411670c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supp lettre = { version = "=0.11.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=1.0.12" mockall = "=0.12.1" -moka = { version = "=0.12.4", features = ["future"] } +moka = { version = "=0.12.5", features = ["future"] } oauth2 = { version = "=4.4.2", default-features = false, features = ["reqwest"] } object_store = { version = "=0.9.0", features = ["aws"] } once_cell = "=1.19.0"