From 82335b45fd1b537be127c3c59ab348d3844191b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 08:48:15 +0000 Subject: [PATCH] Update cached requirement from 0.46.1 to 0.53.1 in /vm/rust --- updated-dependencies: - dependency-name: cached dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 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"