From ed7e5205f1c122543b2b6f522039bd0af891e9a4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 18:23:37 +0000 Subject: [PATCH] Update Rust crate moka to 0.12.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23fc68d..bc1ad10 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ async-trait = "0.1" hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } redb = { version = "2.1", optional = true } -moka = { version = "0.12", features = ["future"], optional = true } # Caching library +moka = { version = "0.12.7", features = ["future"], optional = true } # Caching library [dev-dependencies] cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }