diff --git a/Cargo.lock b/Cargo.lock index 6c946bf35..120fcd901 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -961,13 +961,13 @@ dependencies = [ [[package]] name = "cainome" version = "0.2.3" -source = "git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-#9a217c56e7adcac81acc6576526e7e90f552333a" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord#c29e4f837fedd5cf0d842361463a33bdde7f340f" dependencies = [ "anyhow", "async-trait", - "cainome-cairo-serde 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", - "cainome-parser 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", - "cainome-rs 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", + "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", + "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", + "cainome-rs 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", "cainome-rs-macro", "camino", "clap", @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "cainome-cairo-serde" version = "0.1.0" -source = "git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-#9a217c56e7adcac81acc6576526e7e90f552333a" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord#c29e4f837fedd5cf0d842361463a33bdde7f340f" dependencies = [ "starknet 0.8.0", "thiserror", @@ -1015,7 +1015,7 @@ dependencies = [ [[package]] name = "cainome-parser" version = "0.1.0" -source = "git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-#9a217c56e7adcac81acc6576526e7e90f552333a" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord#c29e4f837fedd5cf0d842361463a33bdde7f340f" dependencies = [ "convert_case 0.6.0", "quote", @@ -1044,11 +1044,11 @@ dependencies = [ [[package]] name = "cainome-rs" version = "0.1.0" -source = "git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-#9a217c56e7adcac81acc6576526e7e90f552333a" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord#c29e4f837fedd5cf0d842361463a33bdde7f340f" dependencies = [ "anyhow", - "cainome-cairo-serde 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", - "cainome-parser 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", + "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", + "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", "proc-macro2", "quote", "serde_json", @@ -1060,12 +1060,12 @@ dependencies = [ [[package]] name = "cainome-rs-macro" version = "0.1.0" -source = "git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-#9a217c56e7adcac81acc6576526e7e90f552333a" +source = "git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord#c29e4f837fedd5cf0d842361463a33bdde7f340f" dependencies = [ "anyhow", - "cainome-cairo-serde 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", - "cainome-parser 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", - "cainome-rs 0.1.0 (git+https://github.com/ybensacq/cainome?branch=feat-add-partial-ord-)", + "cainome-cairo-serde 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", + "cainome-parser 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", + "cainome-rs 0.1.0 (git+https://github.com/cartridge-gg/cainome?tag=v0.2.4-fix-ord)", "proc-macro2", "quote", "serde_json", @@ -1615,18 +1615,17 @@ dependencies = [ [[package]] name = "cairo-lang-utils" -version = "2.4.0" +version = "2.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88969fe46417affe9628bd039865693431837807eb981115f02756a35f488489" +checksum = "15222608b6afc529e86554f5f8722cb37de9d73f28384ad33d86e6749ab6d13f" dependencies = [ "env_logger", + "hashbrown 0.14.3", "indexmap 2.1.0", "itertools 0.11.0", "log", "num-bigint", "num-traits 0.2.17", - "parity-scale-codec", - "schemars", "serde", "time", ] diff --git a/crates/solis/Cargo.toml b/crates/solis/Cargo.toml index d57c8e935..c539c276f 100644 --- a/crates/solis/Cargo.toml +++ b/crates/solis/Cargo.toml @@ -33,7 +33,7 @@ cairo-lang-syntax = "=2.4.0" cairo-lang-test-plugin = "=2.4.0" cairo-lang-test-runner = "=2.4.0" cairo-lang-test-utils = "=2.4.0" -cairo-lang-utils = "=2.4.0" +cairo-lang-utils = "=2.6.0" cairo-vm = "0.8.2" camino = { version = "1.1.2", features = ["serde1"] } chrono = { version = "0.4.24", features = ["serde"] }