From 9cd8f516c9598090b80603df47e8264a39d73e9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 16:54:06 +0000 Subject: [PATCH] chore(deps): bump cairo-lang-utils from 2.4.0 to 2.4.2 Bumps [cairo-lang-utils](https://github.com/starkware-libs/cairo) from 2.4.0 to 2.4.2. - [Release notes](https://github.com/starkware-libs/cairo/releases) - [Commits](https://github.com/starkware-libs/cairo/compare/v2.4.0...v2.4.2) --- updated-dependencies: - dependency-name: cairo-lang-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/solis/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 731d7af6f..d338c28d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1604,9 +1604,9 @@ dependencies = [ [[package]] name = "cairo-lang-utils" -version = "2.4.0" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88969fe46417affe9628bd039865693431837807eb981115f02756a35f488489" +checksum = "13200382f707ec4f8857a66cc785f467e945d7e41ad4ce84a8dd8ef08893af02" dependencies = [ "env_logger", "indexmap 2.1.0", diff --git a/crates/solis/Cargo.toml b/crates/solis/Cargo.toml index b2e99ce5d..297ac1a4d 100644 --- a/crates/solis/Cargo.toml +++ b/crates/solis/Cargo.toml @@ -34,7 +34,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.4.2" cairo-vm = "0.8.2" camino = { version = "1.1.2", features = ["serde1"] } chrono = { version = "0.4.24", features = ["serde"] }