diff --git a/Cargo.lock b/Cargo.lock index c911eecc954..bcefb4593ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1558,9 +1558,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.9.2" +version = "0.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd6eb67e4dc6898bb8cffa0b16ba679de61227945673d9d9a0e7bffd25679db6" +checksum = "0a89c33e91526792a0260425073c3db0b472cdca2cc6fcaa666dd6e65450462a" dependencies = [ "crossbeam-channel", "crossbeam-epoch", diff --git a/Cargo.toml b/Cargo.toml index 80a27e5f8eb..bba84f02dd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.1", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=0.17.0" -moka = "=0.9.2" +moka = "=0.9.3" oauth2 = { version = "=4.2.3", default-features = false, features = ["reqwest"] } parking_lot = "=0.12.1" prometheus = { version = "=0.13.1", default-features = false }