From 571dafbcb99c7a1edb8125f0dc688b6c6c24a03e Mon Sep 17 00:00:00 2001 From: Tatsuya Kawano Date: Mon, 18 Sep 2023 19:32:39 +0800 Subject: [PATCH] Update dependency moka to v0.12.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b13467b1928..8845cf59ecc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,9 +1966,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.0-beta.3" +version = "0.12.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2ac11331cba272074718c91bd2d6cf48b25033fef79caf4e40256ce0a25972" +checksum = "8dc65d4615c08c8a13d91fd404b5a2a4485ba35b4091e3315cf8798d280c2f29" dependencies = [ "async-lock", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index a5e096c821b..7cf4b0b1d95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.4", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.4", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=1.0.8" -moka = { version = "=0.12.0-beta.3", features = ["future"] } +moka = { version = "=0.12.0", features = ["future"] } oauth2 = { version = "=4.4.2", default-features = false, features = ["reqwest"] } object_store = { version = "=0.7.0", features = ["aws"] } once_cell = "=1.18.0"