From c6a614be1675c9914e1e09d77d6a4c6ef4aea03d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Dec 2025 08:54:00 +0000 Subject: [PATCH] Update Rust crate moka to v0.12.12 --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 120411d1c9..ded1fb9717 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4065,9 +4065,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.11" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" +checksum = "a3dec6bd31b08944e08b58fd99373893a6c17054d6f3ea5006cc894f4f4eee2a" dependencies = [ "async-lock", "crossbeam-channel", @@ -4078,7 +4078,6 @@ dependencies = [ "futures-util", "parking_lot", "portable-atomic", - "rustc_version", "smallvec", "tagptr", "uuid", diff --git a/Cargo.toml b/Cargo.toml index 1276a239c0..675879a2a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -111,7 +111,7 @@ json-subscriber = "=0.2.6" lettre = { version = "=0.11.19", default-features = false, features = ["file-transport", "smtp-transport", "hostname", "builder", "tokio1", "tokio1-native-tls"] } minijinja = { version = "=2.14.0", features = ["loader"] } mockall = "=0.14.0" -moka = { version = "=0.12.11", default-features = false, features = ["future"] } +moka = { version = "=0.12.12", default-features = false, features = ["future"] } native-tls = "=0.2.14" oauth2 = "=5.0.0" object_store = { version = "=0.12.4", features = ["aws"] }