From 0dfe97d88794ed4fa54c5bef952932b5d4d2602d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 15:43:50 +0000 Subject: [PATCH] build(deps): update moka requirement from 0.11.2 to 0.12.7 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.7) --- 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..b1352d6d 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.7" ejdb2rs = {workspace=true} ethers = { workspace = true } rsa = "0.6.1"