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"