diff --git a/Cargo.lock b/Cargo.lock index 47b6a0744d7..e5369702748 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1623,9 +1623,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e924a2158752c5e2358a3a230e01a532cd9948a0eee35de848e094a9eb8ec294" +checksum = "df72b50274c0988d9f4a6e808e06d9d926f265db6f8bbda1576bcaa658e72763" dependencies = [ "crossbeam-channel", "crossbeam-epoch", diff --git a/Cargo.toml b/Cargo.toml index ab79f9f85fb..ccbc6bb79bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ ipnetwork = "=0.19.0" tikv-jemallocator = { version = "=0.5.0", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] } lettre = { version = "=0.10.0-rc.6", default-features = false, features = ["file-transport", "smtp-transport", "native-tls", "hostname", "builder"] } minijinja = "=0.15.0" -moka = "=0.8.4" +moka = "=0.8.5" oauth2 = { version = "=4.2.0", default-features = false, features = ["reqwest"] } parking_lot = "=0.12.0" prometheus = { version = "=0.13.1", default-features = false }