diff --git a/bin/ops/Cargo.lock b/bin/ops/Cargo.lock index 04558ad..c730e34 100644 --- a/bin/ops/Cargo.lock +++ b/bin/ops/Cargo.lock @@ -1707,7 +1707,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de" dependencies = [ "data-encoding", - "syn 2.0.117", + "syn 1.0.109", ] [[package]] @@ -1804,7 +1804,7 @@ dependencies = [ [[package]] name = "dojo-utils" version = "1.8.0" -source = "git+https://github.com/dojoengine/dojo?branch=main#4a374ac64300f4e166b3f5b141b4ab6b1434b835" +source = "git+https://github.com/dojoengine/dojo?rev=9b64ea8dc9bc6be8992dba87c104378dbf09b565#9b64ea8dc9bc6be8992dba87c104378dbf09b565" dependencies = [ "anyhow", "colored_json", diff --git a/bin/ops/Cargo.toml b/bin/ops/Cargo.toml index b3bf2ba..8774c93 100644 --- a/bin/ops/Cargo.toml +++ b/bin/ops/Cargo.toml @@ -28,7 +28,7 @@ clap = { version = "4.5.23", default-features = false, features = [ "env", "std", ] } -dojo-utils = { git = "https://github.com/dojoengine/dojo", branch = "main" } +dojo-utils = { git = "https://github.com/dojoengine/dojo", rev = "9b64ea8dc9bc6be8992dba87c104378dbf09b565" } env_logger = { version = "0.11.6", features = ["unstable-kv"] } log = { version = "0.4.22", features = ["kv"] } serde = { version = "1.0", default-features = false, features = ["derive"] }