From c0ab7c80c1c5a91b3e419422052e4ff6e4ec59c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 22:30:52 +0000 Subject: [PATCH] [chore(cargo)](deps): bump moka from 0.12.3 to 0.12.4 Bumps [moka](https://github.com/moka-rs/moka) from 0.12.3 to 0.12.4. - [Changelog](https://github.com/moka-rs/moka/blob/main/CHANGELOG.md) - [Commits](https://github.com/moka-rs/moka/compare/v0.12.3...v0.12.4) --- updated-dependencies: - dependency-name: moka dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- homestar-runtime/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0c9c576e..6edd408f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4188,9 +4188,9 @@ dependencies = [ [[package]] name = "moka" -version = "0.12.3" +version = "0.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2cebde309854872ea4fcaf4d7c870ad8d5873091c6bfb7ce91fd08ea648f20b0" +checksum = "ad9dc9808102655926a6086abd0b9965ebefd4a39ef0d184f074c34ba5049ec6" dependencies = [ "async-lock 2.8.0", "async-trait", diff --git a/homestar-runtime/Cargo.toml b/homestar-runtime/Cargo.toml index 753b9172..cd9842ee 100644 --- a/homestar-runtime/Cargo.toml +++ b/homestar-runtime/Cargo.toml @@ -111,7 +111,7 @@ metrics-exporter-prometheus = { version = "0.12.1", default-features = false, fe ] } metrics-util = "0.15" miette = { version = "5.10", default-features = false, features = ["fancy"] } -moka = { version = "0.12.1", default-features = false, features = [ +moka = { version = "0.12.4", default-features = false, features = [ "future", "sync", ] }