From 577961d29ac47755548d87e83c02ca48f38d9bff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:25:32 +0000 Subject: [PATCH] Bump cairo-lang-sierra from 2.8.2 to 2.8.4 Bumps [cairo-lang-sierra](https://github.com/starkware-libs/cairo) from 2.8.2 to 2.8.4. - [Release notes](https://github.com/starkware-libs/cairo/releases) - [Commits](https://github.com/starkware-libs/cairo/compare/v2.8.2...v2.8.4) --- updated-dependencies: - dependency-name: cairo-lang-sierra dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 63a27a7..84bc131 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ dependencies = [ [[package]] name = "cairo-lang-sierra" -version = "2.8.2" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "891488c1a3184ce91679f5bdb63015a1d24769a48bd07e5d51a1779d0031dfbe" +checksum = "424f55450494e959c1ae26c52a71075767a90f76e3ecca6e81056dd7517e8ba0" dependencies = [ "anyhow", "cairo-lang-utils", @@ -315,9 +315,9 @@ dependencies = [ [[package]] name = "cairo-lang-utils" -version = "2.8.2" +version = "2.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "73104609a7d865e4cd1de9cbf4e750683d076b6d0233bf81be511df274a26916" +checksum = "8bfc6372538143afad658c853a35bdc9f5210c5cb54e0c8f04ab78e268139466" dependencies = [ "hashbrown 0.14.5", "indexmap 2.6.0", diff --git a/Cargo.toml b/Cargo.toml index 2fc9bdb..31393f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ repository = "https://github.com/software-mansion/cairo-annotations" [workspace.dependencies] cairo-lang-sierra-to-casm = "2.8.2" -cairo-lang-sierra = "2.8.2" +cairo-lang-sierra = "2.8.4" camino = { version = "1.1.9", features = ["serde1"] } thiserror = "1.0.66" derive_more = { version = "1.0.0", features = ["add", "add_assign", "mul", "mul_assign", "display"] }