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"