From 394cda0eef166933e718eb592cdd1388f584c364 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 15:58:24 +0000 Subject: [PATCH] build(deps): update moka requirement from 0.11.2 to 0.12.1 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.1) --- 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 ff02836c..e10228ae 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.1" ejdb2rs = {workspace=true} ethers = { workspace = true } rsa = "0.6.1"