From 3f7639e91f1bf33feae0693ef8284e2f890b2312 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 09:45:30 +0100 Subject: [PATCH] Update cached requirement from 0.53.1 to 0.54.0 in /vm/rust (#2261) --- 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 2909483444..5ad3607882 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -13,7 +13,7 @@ starknet_api = "0.13.0-rc.1" cairo-vm = "=1.0.1" starknet-types-core = { version = "0.1.5", features = ["hash", "prime-bigint"] } indexmap = "2.1.0" -cached = "0.53.1" +cached = "0.54.0" once_cell = "1.19.0" lazy_static = "1.4.0" semver = "1.0.22"