From b1f68057f9f11bd06aa731b485f03868cb80af2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 15:39:38 +0000 Subject: [PATCH] build(deps): update moka requirement from 0.11.2 to 0.12.8 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.2...v0.12.8) --- updated-dependencies: - dependency-name: moka dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/storage/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/storage/Cargo.toml b/src/storage/Cargo.toml index c1127c01..445ebbf7 100644 --- a/src/storage/Cargo.toml +++ b/src/storage/Cargo.toml @@ -32,7 +32,7 @@ timer = "0.2.0" arweave-rs = {workspace=true} url = "2.4.0" http = "0.2" -moka = "0.11.2" +moka = "0.12.8" ejdb2rs = {workspace=true} ethers = { workspace = true } rsa = "0.6.1"