diff --git a/Cargo.lock b/Cargo.lock index 8a957f8..93b2eb3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1882,9 +1882,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.13" +version = "0.12.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4ac832c50ced444ef6be0767a008b02c106a909ba79d1d830501e94b96f6b7e" +checksum = "85f8024e1c8e71c778968af91d43700ce1d11b219d127d79fb2934153b82b42b" dependencies = [ "async-lock", "crossbeam-channel", diff --git a/crates/rustmail/Cargo.toml b/crates/rustmail/Cargo.toml index 167ffe8..8eaf35e 100644 --- a/crates/rustmail/Cargo.toml +++ b/crates/rustmail/Cargo.toml @@ -28,7 +28,7 @@ subtle = "2.6.1" sha2 = "0.10.9" hex = "0.4.3" base64 = "0.22" -moka = { version = "0.12.13", features = ["future"] } +moka = { version = "0.12.14", features = ["future"] } tower-http = { version = "0.6.8", features = ["compression-gzip", "compression-br"] } strum = { version = "0.28.0", features = ["derive"] }