diff --git a/vm/rust/Cargo.toml b/vm/rust/Cargo.toml index 20ab909c77..fe134dc3cb 100644 --- a/vm/rust/Cargo.toml +++ b/vm/rust/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] serde = "1.0.171" serde_json = { version = "1.0.96", features = ["raw_value"] } -blockifier = "=0.6.0-rc.1" +blockifier = "=0.6.0-rc.2" starknet_api = "=0.10.0" cairo-vm = "=0.9.2" indexmap = "2.1.0"