From 9aae9790b53e5326ec06b81c7ec930678298c3ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 17:15:50 +0300 Subject: [PATCH] Update cached requirement from 0.46.1 to 0.53.1 in /vm/rust (#1991) --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- vm/rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index fc79bc297f..4a8588f68d 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -13,7 +13,7 @@ starknet_api = "=0.13.0-rc.0" cairo-vm = "=1.0.0-rc5" starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] } indexmap = "2.1.0" -cached = "0.46.1" +cached = "0.53.1" once_cell = "1.18.0" lazy_static = "1.4.0" semver = "1.0.22"