From 5372d8c72db838d6b1d0c33b102b967520816942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Sep 2023 07:54:16 +0000 Subject: [PATCH] build(deps): update moka requirement from 0.11 to 0.12 Updates the requirements on [moka](https://github.com/moka-rs/moka) to permit the latest version. - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](https://github.com/moka-rs/moka/compare/v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: moka dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 08e0190..f265b88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,7 +50,7 @@ kvarn_signal = { path = "signal", version = "0.1", optional = true } tokio = { version = "1, >=1.23.1", features = ["rt", "io-util", "fs", "sync", "parking_lot", "time", "macros"] } tokio-uring = { git = "https://github.com/Icelk/tokio-uring", branch = "recvmsg-msg_control", features = ["bytes"], optional = true } -moka = { version = "0.11", features = ["sync"], default-features = false } +moka = { version = "0.12", features = ["sync"], default-features = false } dashmap = "5" # HTTPS