@@ -10,12 +10,12 @@ resolver = "2"
1010bincode = { version = " 2.0.1" , features = [
1111 " serde" ,
1212] }
13- cairo-lang-executable = { git = " https://github.com/starkware-libs/cairo.git" , rev = " a7bd5c9399e99040e6c9a8669256619d245f49cd " }
14- cairo-lang-runner = { git = " https://github.com/starkware-libs/cairo.git" , rev = " a7bd5c9399e99040e6c9a8669256619d245f49cd " }
15- cairo-lang-casm = { git = " https://github.com/starkware-libs/cairo.git" , rev = " a7bd5c9399e99040e6c9a8669256619d245f49cd " }
16- cairo-lang-execute-utils = { git = " https://github.com/starkware-libs/cairo.git" , rev = " a7bd5c9399e99040e6c9a8669256619d245f49cd " }
13+ cairo-lang-executable = { git = " https://github.com/starkware-libs/cairo.git" , rev = " de904ec8f8e16cad0fb28238a7de83f818aa1e99 " }
14+ cairo-lang-runner = { git = " https://github.com/starkware-libs/cairo.git" , rev = " de904ec8f8e16cad0fb28238a7de83f818aa1e99 " }
15+ cairo-lang-casm = { git = " https://github.com/starkware-libs/cairo.git" , rev = " de904ec8f8e16cad0fb28238a7de83f818aa1e99 " }
16+ cairo-lang-execute-utils = { git = " https://github.com/starkware-libs/cairo.git" , rev = " de904ec8f8e16cad0fb28238a7de83f818aa1e99 " }
1717cairo-program-runner-lib = { path = " crates/cairo-program-runner-lib" }
18- cairo-vm = { git = " https://github.com/lambdaclass/cairo-vm" , rev = " b1a91f929b5fa29a1a2e9e6990a68a1220c0c673 " , features = [
18+ cairo-vm = { git = " https://github.com/lambdaclass/cairo-vm" , rev = " 6fbd067f0971f117d2e5abe77caad086bb887150 " , features = [
1919 " extensive_hints" ,
2020 " mod_builtin" ,
2121 " clap" ,
@@ -29,8 +29,8 @@ serde = { version = "1.0.202", features = ["derive"] }
2929serde_json = " 1.0.117"
3030starknet-crypto = " 0.6.2"
3131starknet-types-core = " 0.1.2"
32- stwo_cairo_utils = { git = " https://github.com/starkware-libs/stwo-cairo" , rev = " 409bc61ee3d413ed3fb857e049e5081a4f649ecb " }
33- stwo-cairo-adapter = { git = " https://github.com/starkware-libs/stwo-cairo" , rev = " 409bc61ee3d413ed3fb857e049e5081a4f649ecb " }
32+ stwo_cairo_utils = { git = " https://github.com/starkware-libs/stwo-cairo" , rev = " a183278fa591a5ff17511157f73a285bcf4d821c " }
33+ stwo-cairo-adapter = { git = " https://github.com/starkware-libs/stwo-cairo" , rev = " a183278fa591a5ff17511157f73a285bcf4d821c " }
3434tempfile = " 3.10.1"
3535thiserror = " 1.0.61"
3636thiserror-no-std = " 2.0.2"
0 commit comments