From ab9cf62e6b5673657d4c906448b94326c8943a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 20:39:39 +0000 Subject: [PATCH] chore(deps): bump cairo-lang-utils from 2.4.0 to 2.6.0 Bumps [cairo-lang-utils](https://github.com/starkware-libs/cairo) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/starkware-libs/cairo/releases) - [Commits](https://github.com/starkware-libs/cairo/compare/v2.4.0...v2.6.0) --- updated-dependencies: - dependency-name: cairo-lang-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 33 ++++++++++++++++----------------- crates/solis/Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 18 deletions(-) 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"] }