Skip to content

Bump the cairo-lang group with 5 updates#224

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cairo-lang-809b2503d9
Closed

Bump the cairo-lang group with 5 updates#224
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/cairo-lang-809b2503d9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 1, 2025

Bumps the cairo-lang group with 5 updates:

Package From To
cairo-lang-sierra 2.12.0 2.12.3
cairo-lang-sierra-gas 2.12.0 2.12.3
cairo-lang-sierra-type-size 2.12.0 2.12.3
cairo-lang-sierra-ap-change 2.12.0 2.12.3
cairo-lang-utils 2.12.0 2.12.3

Updates cairo-lang-sierra from 2.12.0 to 2.12.3

Release notes

Sourced from cairo-lang-sierra's releases.

v2.12.3

What changed

  • Bumped Cairo-VM version to 2.5.0.

Full Changelog: starkware-libs/cairo@v2.12.2...v2.12.3

v2.12.2

Bug Fixes

  • Prevent const folding of panic_with_byte_array when using unsafe_panic.
  • Enabled const folding of match on snapshots.

Other

  • Bumped Cairo-VM version to 2.4.1.

Full Changelog: starkware-libs/cairo@v2.12.1...v2.12.2

v2.12.1

Bug Fixes

  • Fix const-folding of array get issue.
  • Made Iterator::fold a consuming function.
  • Added diagnostics on fn default implementations in starknet::interface traits.
  • Fixed QM zero value.
  • Fixed issue with using let .. else and closures.

Full Changelog: starkware-libs/cairo@v2.12.0...v2.12.1

Commits
  • 304737f Bumped version to v2.12.3.
  • b2c8ebb Bumped cairo-vm version to v2.5.0.
  • a668b7c Updated versions of cairo-vm and starknet-types-core crates.
  • 11b31c6 optimization: Const folding of matching on snapshots. (#8377)
  • 1c5f8be Bumped version to v2.12.2.
  • a88686e Fix const folding of panic_with_byte_array not to assume the return t… (#8366)
  • e07531d Fix usage for let else statements. (#8209)
  • b206af6 Fix error handling in assign_local_impl. (#8206)
  • 8578e23 Fix QM31Zero::zero(). (#8223)
  • 1d56a67 Added dignostics for having a starkware interface with a body. (#8216)
  • Additional commits viewable in compare view

Updates cairo-lang-sierra-gas from 2.12.0 to 2.12.3

Release notes

Sourced from cairo-lang-sierra-gas's releases.

v2.12.3

What changed

  • Bumped Cairo-VM version to 2.5.0.

Full Changelog: starkware-libs/cairo@v2.12.2...v2.12.3

v2.12.2

Bug Fixes

  • Prevent const folding of panic_with_byte_array when using unsafe_panic.
  • Enabled const folding of match on snapshots.

Other

  • Bumped Cairo-VM version to 2.4.1.

Full Changelog: starkware-libs/cairo@v2.12.1...v2.12.2

v2.12.1

Bug Fixes

  • Fix const-folding of array get issue.
  • Made Iterator::fold a consuming function.
  • Added diagnostics on fn default implementations in starknet::interface traits.
  • Fixed QM zero value.
  • Fixed issue with using let .. else and closures.

Full Changelog: starkware-libs/cairo@v2.12.0...v2.12.1

Commits
  • 304737f Bumped version to v2.12.3.
  • b2c8ebb Bumped cairo-vm version to v2.5.0.
  • a668b7c Updated versions of cairo-vm and starknet-types-core crates.
  • 11b31c6 optimization: Const folding of matching on snapshots. (#8377)
  • 1c5f8be Bumped version to v2.12.2.
  • a88686e Fix const folding of panic_with_byte_array not to assume the return t… (#8366)
  • e07531d Fix usage for let else statements. (#8209)
  • b206af6 Fix error handling in assign_local_impl. (#8206)
  • 8578e23 Fix QM31Zero::zero(). (#8223)
  • 1d56a67 Added dignostics for having a starkware interface with a body. (#8216)
  • Additional commits viewable in compare view

Updates cairo-lang-sierra-type-size from 2.12.0 to 2.12.3

Release notes

Sourced from cairo-lang-sierra-type-size's releases.

v2.12.3

What changed

  • Bumped Cairo-VM version to 2.5.0.

Full Changelog: starkware-libs/cairo@v2.12.2...v2.12.3

v2.12.2

Bug Fixes

  • Prevent const folding of panic_with_byte_array when using unsafe_panic.
  • Enabled const folding of match on snapshots.

Other

  • Bumped Cairo-VM version to 2.4.1.

Full Changelog: starkware-libs/cairo@v2.12.1...v2.12.2

v2.12.1

Bug Fixes

  • Fix const-folding of array get issue.
  • Made Iterator::fold a consuming function.
  • Added diagnostics on fn default implementations in starknet::interface traits.
  • Fixed QM zero value.
  • Fixed issue with using let .. else and closures.

Full Changelog: starkware-libs/cairo@v2.12.0...v2.12.1

Commits
  • 304737f Bumped version to v2.12.3.
  • b2c8ebb Bumped cairo-vm version to v2.5.0.
  • a668b7c Updated versions of cairo-vm and starknet-types-core crates.
  • 11b31c6 optimization: Const folding of matching on snapshots. (#8377)
  • 1c5f8be Bumped version to v2.12.2.
  • a88686e Fix const folding of panic_with_byte_array not to assume the return t… (#8366)
  • e07531d Fix usage for let else statements. (#8209)
  • b206af6 Fix error handling in assign_local_impl. (#8206)
  • 8578e23 Fix QM31Zero::zero(). (#8223)
  • 1d56a67 Added dignostics for having a starkware interface with a body. (#8216)
  • Additional commits viewable in compare view

Updates cairo-lang-sierra-ap-change from 2.12.0 to 2.12.3

Release notes

Sourced from cairo-lang-sierra-ap-change's releases.

v2.12.3

What changed

  • Bumped Cairo-VM version to 2.5.0.

Full Changelog: starkware-libs/cairo@v2.12.2...v2.12.3

v2.12.2

Bug Fixes

  • Prevent const folding of panic_with_byte_array when using unsafe_panic.
  • Enabled const folding of match on snapshots.

Other

  • Bumped Cairo-VM version to 2.4.1.

Full Changelog: starkware-libs/cairo@v2.12.1...v2.12.2

v2.12.1

Bug Fixes

  • Fix const-folding of array get issue.
  • Made Iterator::fold a consuming function.
  • Added diagnostics on fn default implementations in starknet::interface traits.
  • Fixed QM zero value.
  • Fixed issue with using let .. else and closures.

Full Changelog: starkware-libs/cairo@v2.12.0...v2.12.1

Commits
  • 304737f Bumped version to v2.12.3.
  • b2c8ebb Bumped cairo-vm version to v2.5.0.
  • a668b7c Updated versions of cairo-vm and starknet-types-core crates.
  • 11b31c6 optimization: Const folding of matching on snapshots. (#8377)
  • 1c5f8be Bumped version to v2.12.2.
  • a88686e Fix const folding of panic_with_byte_array not to assume the return t… (#8366)
  • e07531d Fix usage for let else statements. (#8209)
  • b206af6 Fix error handling in assign_local_impl. (#8206)
  • 8578e23 Fix QM31Zero::zero(). (#8223)
  • 1d56a67 Added dignostics for having a starkware interface with a body. (#8216)
  • Additional commits viewable in compare view

Updates cairo-lang-utils from 2.12.0 to 2.12.3

Release notes

Sourced from cairo-lang-utils's releases.

v2.12.3

What changed

  • Bumped Cairo-VM version to 2.5.0.

Full Changelog: starkware-libs/cairo@v2.12.2...v2.12.3

v2.12.2

Bug Fixes

  • Prevent const folding of panic_with_byte_array when using unsafe_panic.
  • Enabled const folding of match on snapshots.

Other

  • Bumped Cairo-VM version to 2.4.1.

Full Changelog: starkware-libs/cairo@v2.12.1...v2.12.2

v2.12.1

Bug Fixes

  • Fix const-folding of array get issue.
  • Made Iterator::fold a consuming function.
  • Added diagnostics on fn default implementations in starknet::interface traits.
  • Fixed QM zero value.
  • Fixed issue with using let .. else and closures.

Full Changelog: starkware-libs/cairo@v2.12.0...v2.12.1

Commits
  • 304737f Bumped version to v2.12.3.
  • b2c8ebb Bumped cairo-vm version to v2.5.0.
  • a668b7c Updated versions of cairo-vm and starknet-types-core crates.
  • 11b31c6 optimization: Const folding of matching on snapshots. (#8377)
  • 1c5f8be Bumped version to v2.12.2.
  • a88686e Fix const folding of panic_with_byte_array not to assume the return t… (#8366)
  • e07531d Fix usage for let else statements. (#8209)
  • b206af6 Fix error handling in assign_local_impl. (#8206)
  • 8578e23 Fix QM31Zero::zero(). (#8223)
  • 1d56a67 Added dignostics for having a starkware interface with a body. (#8216)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the cairo-lang group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [cairo-lang-sierra](https://github.com/starkware-libs/cairo) | `2.12.0` | `2.12.3` |
| [cairo-lang-sierra-gas](https://github.com/starkware-libs/cairo) | `2.12.0` | `2.12.3` |
| [cairo-lang-sierra-type-size](https://github.com/starkware-libs/cairo) | `2.12.0` | `2.12.3` |
| [cairo-lang-sierra-ap-change](https://github.com/starkware-libs/cairo) | `2.12.0` | `2.12.3` |
| [cairo-lang-utils](https://github.com/starkware-libs/cairo) | `2.12.0` | `2.12.3` |


Updates `cairo-lang-sierra` from 2.12.0 to 2.12.3
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.12.0...v2.12.3)

Updates `cairo-lang-sierra-gas` from 2.12.0 to 2.12.3
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.12.0...v2.12.3)

Updates `cairo-lang-sierra-type-size` from 2.12.0 to 2.12.3
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.12.0...v2.12.3)

Updates `cairo-lang-sierra-ap-change` from 2.12.0 to 2.12.3
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.12.0...v2.12.3)

Updates `cairo-lang-utils` from 2.12.0 to 2.12.3
- [Release notes](https://github.com/starkware-libs/cairo/releases)
- [Commits](starkware-libs/cairo@v2.12.0...v2.12.3)

---
updated-dependencies:
- dependency-name: cairo-lang-sierra
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cairo-lang
- dependency-name: cairo-lang-sierra-gas
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cairo-lang
- dependency-name: cairo-lang-sierra-type-size
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cairo-lang
- dependency-name: cairo-lang-sierra-ap-change
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cairo-lang
- dependency-name: cairo-lang-utils
  dependency-version: 2.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cairo-lang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 1, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 20, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Oct 20, 2025
@dependabot dependabot Bot deleted the dependabot/cargo/cairo-lang-809b2503d9 branch October 20, 2025 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants