diff --git a/Cargo.lock b/Cargo.lock index 76f571d756d..f626ae912fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1826,16 +1826,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eebffdb73fe72e917997fad08bdbf31ac50b0fa91cec93e69a0662e4264d454c" dependencies = [ "libc", - "log", "wasi", "windows-sys 0.48.0", ] [[package]] name = "moka" -version = "0.11.0" +version = "0.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "934030d03f6191edbb4ba16835ccdb80d560788ac686570a8e2986a0fb59ded8" +checksum = "36506f2f935238463605f3bb13b362f1949daafc3b347d05d60ae08836db2bd2" dependencies = [ "async-io", "async-lock", diff --git a/Cargo.toml b/Cargo.toml index a030d92b50e..1c6a013bc2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ ipnetwork = "=0.20.0" tikv-jemallocator = { version = "=0.5.0", 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 = "=0.33.0" -moka = { version = "=0.11.0", features = ["future"] } +moka = { version = "=0.11.1", features = ["future"] } oauth2 = { version = "=4.4.0", default-features = false, features = ["reqwest"] } once_cell = "=1.17.2" parking_lot = "=0.12.1"