From 582bb1a70611c529efe85d5530696f3838c3a60a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 05:46:52 +0000 Subject: [PATCH] Update Rust crate moka to v0.9.7 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 70244d78d18..20dbb869cf2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,9 +1807,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.9.6" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b49a05f67020456541f4f29cbaa812016a266a86ec76f96d3873d459c68fe5e" +checksum = "19b9268097a2cf211ac9955b1cc95e80fa84fff5c2d13ba292916445dc8a311f" dependencies = [ "async-io", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index 90b526ea5de..30f303cb97b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.2", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=0.30.2" -moka = { version = "=0.9.6", features = ["future"] } +moka = { version = "=0.9.7", features = ["future"] } oauth2 = { version = "=4.3.0", default-features = false, features = ["reqwest"] } once_cell = "=1.17.0" parking_lot = "=0.12.1"