Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2025

Bumps the prod-deps group with 14 updates:

Package From To
cairo-native 0.6.2 0.7.1
cairo-annotations 0.6.1 0.7.0
dialoguer 0.11.0 0.12.0
starknet-types-core 0.2.4 1.0.0
clap 4.5.50 4.5.51
clap_complete 4.5.59 4.5.60
console 0.15.11 0.16.1
ctor 0.4.3 0.6.0
snapbox 0.4.17 0.6.23
primitive-types 0.13.1 0.14.0
toml 0.8.23 0.9.8
toml_edit 0.22.27 0.23.7
base16ct 0.2.0 0.3.0
indicatif 0.17.11 0.18.2

Updates cairo-native from 0.6.2 to 0.7.1

Release notes

Sourced from cairo-native's releases.

v0.7.1

What's Changed

Full Changelog: lambdaclass/cairo_native@v0.7.0...v0.7.1

v0.7.0

What's Changed

Full Changelog: lambdaclass/cairo_native@v0.6.1...v0.7.0

Commits

Updates cairo-annotations from 0.6.1 to 0.7.0

Release notes

Sourced from cairo-annotations's releases.

0.7.0

Changed

  • Allow setting custom program offset in map_pcs_to_sierra_statement_ids (new optional field program_offset in CasmLevelInfo)
Changelog

Sourced from cairo-annotations's changelog.

[0.7.0] - 2025-10-07

Changed

  • Allow setting custom program offset in map_pcs_to_sierra_statement_ids (new optional field program_offset in CasmLevelInfo)
Commits

Updates dialoguer from 0.11.0 to 0.12.0

Release notes

Sourced from dialoguer's releases.

0.12.0

What's Changed

Changelog

Sourced from dialoguer's changelog.

Changelog

For newer releases, please see releases.

Commits
  • 731c70b Audit dependencies
  • 2a88be1 Check for external types
  • d4271ea Check semver compatibility
  • 11c990d Check for documentation errors
  • 39d2480 Add Dependabot config
  • 31b2e25 Upgrade to actions/checkout v5
  • 8ebd9e5 Focus CI testing on stable Rust
  • d4a002d Use default targets on respective operating systems
  • 3e3cc03 Reduce number of targets tested in CI
  • fcb8a0d Enable basic caching in CI
  • Additional commits viewable in compare view

Updates starknet-types-core from 0.2.4 to 1.0.0

Release notes

Sourced from starknet-types-core's releases.

v0.3.0

What's Changed

New Contributors

Full Changelog: starknet-io/types-rs@core-v0.2.0...core-v0.3.0

Commits
  • a48ec04 chore: bump 1.0.0 (#177)
  • b345aca doc: fix comment (#176)
  • 5d2adac docs: fix typo in short_string module comments (#174)
  • 9f2e6ff chore: rename papyrus to apollo (#178)
  • 41f2739 build: temporary fix generic-array version to 0.14 due to deprecation (#175)
  • 61d82f0 chore: bump core version to 0.4.0 (#170)
  • b80679a doc: correct typos in u256 module documentation and error messages (#169)
  • ef07dac chore(felt): rename from_hex_unchecked to from_hex_unwrap (#162)
  • da5edb3 test(felt): enforce Felt::from_hex new upper bound limit (#167)
  • d1f4ab7 refacto: blake hash and pack to felt utils to be pub (#164)
  • Additional commits viewable in compare view

Updates clap from 4.5.50 to 4.5.51

Release notes

Sourced from clap's releases.

v4.5.51

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count
Changelog

Sourced from clap's changelog.

[4.5.51] - 2025-10-29

Fixes

  • (help) Correctly calculate padding for short flags that take a value
  • (help) Don't panic on short flags using ArgAction::Count
Commits
  • b49dae2 chore: Release
  • d37b0b5 docs: Update changelog
  • 3398b6a Merge pull request #6009 from gtema/complete_try_generate
  • 21fc9e4 feat(clap-complete): Introduce fallible generator
  • bd01bdc Merge pull request #6012 from epage/sub
  • ed0c63d docs(derive): Specify arg_required_else_help is set for users
  • e2188d9 chore(deps): Update Rust Stable to v1.87 (#6004)
  • e01f2b7 docs: Cleanup unused links
  • 6b12a81 chore: Release
  • 8dd92a7 docs: Update changelog
  • Additional commits viewable in compare view

Updates clap_complete from 4.5.59 to 4.5.60

Commits
  • 33d24d8 chore: Release
  • 9332409 docs: Update changelog
  • b7adce5 Merge pull request #6166 from fabalchemy/fix-dynamic-powershell-completion
  • 009bba4 fix(clap_complete): Improve powershell registration
  • d89d57d chore: Release
  • f18b67e docs: Update changelog
  • 9d218eb Merge pull request #6165 from epage/shirt
  • 126440c fix(help): Correctly calculate padding for short-only args
  • 9e3c05e test(help): Show panic with short, valueless arg
  • c9898d0 test(help): Verify short with value
  • Additional commits viewable in compare view

Updates console from 0.15.11 to 0.16.1

Release notes

Sourced from console's releases.

0.16.1

What's Changed

0.16.0

What's Changed

The 0.15.12 release was yanked after it turned out to be semver-incompatible with existing usage by several of the most popular dependent crates, because it introduced a std feature -- and those crates used default-features = false but relied on the std-guarded features.

The 0.16.0 API should be semver-compatible with the 0.15.x API except for the need for the std feature.

Refer to the 0.15.12 release notes for more information.

0.15.12

What's Changed

Commits
  • f35b2e4 Bump version to 0.16.1
  • 900379f Upgrade windows-sys to 0.61
  • 174b8a4 Bump MSRV to 1.71 (for windows-sys 0.61)
  • 208928e Fix lint warning for elided lifetimes
  • a51fcea Fix QNX patch for libc::cfmakeraw
  • 90ea08d Tweak style for new WithAnsi code
  • 903df6d Add WithoutAnsi struct that implements Display
  • bda6a6e Add FUNDING metadata
  • 87ace80 Remove authors from Cargo metadata (per RFC 3052)
  • 6e30bfd Bump version to 0.16.0
  • Additional commits viewable in compare view

Updates ctor from 0.4.3 to 0.6.0

Commits

Updates snapbox from 0.4.17 to 0.6.23

Commits
  • 4310e3d chore: Release
  • 0805344 chore: Release
  • 284e11d Merge pull request #406 from epage/cargo_bin
  • 04c74be fix: Deprecate cargo_bin (runtime version)
  • af2473d feat(snapbox): Provide default for cargo_bin!
  • a676a95 refactor(snapbox)!: Move cargo_bin! to snapbox
  • b12a31f chore: Release
  • 98dac9d docs: Update changelog
  • 8656df9 Merge pull request #405 from epage/ext
  • 60a6398 fix(snapbox): Handle nested extensions
  • Additional commits viewable in compare view

Updates primitive-types from 0.13.1 to 0.14.0

Commits
  • eeaacc3 bump rlp-derive version
  • 7194def fix(rlp): len() changes as RlpIterator is consumed (#766)
  • b0c12c2 build(deps): bump Swatinem/rust-cache from 2.2.1 to 2.5.1 (#763)
  • 0f96b34 build(deps): update criterion requirement from 0.4.0 to 0.5.1 (#757)
  • dce4bbd Feature: Make U256::to_f64_lossy more accurate (#726)
  • db9940d doc: unsigned int byte() order (#732)
  • See full diff in compare view

Updates toml from 0.8.23 to 0.9.8

Commits
  • 93e9146 chore: Release
  • 7de1b4e docs: Update changelog
  • 1b579c3 feat(serde): Support integer, bools, and chars as keys (#1050)
  • ac1e077 feat(serde): Support chars as keys
  • f3dec32 feat(serde): Support bools as keys
  • 139b30a feat(serde): Support integer keys
  • 2d65a88 test(serde): Show existing key behavior
  • 80217f8 chore(deps): Update actions/checkout action to v5 (#1047)
  • b36e351 chore(deps): Update actions/checkout action to v5
  • 7d2c649 chore(deps): Update actions/setup-python action to v6 (#1048)
  • Additional commits viewable in compare view

Updates toml_edit from 0.22.27 to 0.23.7

Commits
  • 93e9146 chore: Release
  • 7de1b4e docs: Update changelog
  • 1b579c3 feat(serde): Support integer, bools, and chars as keys (#1050)
  • ac1e077 feat(serde): Support chars as keys
  • f3dec32 feat(serde): Support bools as keys
  • 139b30a feat(serde): Support integer keys
  • 2d65a88 test(serde): Show existing key behavior
  • 80217f8 chore(deps): Update actions/checkout action to v5 (#1047)
  • b36e351 chore(deps): Update actions/checkout action to v5
  • 7d2c649 chore(deps): Update actions/setup-python action to v6 (#1048)
  • Additional commits viewable in compare view

Updates base16ct from 0.2.0 to 0.3.0

Commits
  • 09dd7d7 base16ct v0.3.0 (#2005)
  • 1b0cee8 base16ct: remove std feature (#2004)
  • be18550 chore(deps): bump the all-deps group with 4 updates (#2001)
  • 3db5969 chore(deps): bump crate-ci/typos from 1.35.3 to 1.35.4 (#2000)
  • d2cc2af Add info about new MSRV policy to crates we can imminently release (#2002)
  • 022fe82 chore(deps): bump crate-ci/typos from 1.34.0 to 1.35.3 (#1993)
  • e2668fb chore(deps): bump the all-deps group with 5 updates (#1994)
  • 36cc7b3 chore(deps): bump actions/checkout from 4 to 5 (#1995)
  • 809b1a2 cms: propagate std feature to x509-cert (#1990)
  • 8c60e19 chore(deps): bump rstest from 0.25.0 to 0.26.0 (#1988)
  • Additional commits viewable in compare view

Updates indicatif from 0.17.11 to 0.18.2

Release notes

Sourced from indicatif's releases.

0.18.1

What's Changed

0.18.0

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

0.17.12

What's Changed

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 1, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 1, 2025 13:10
@dependabot dependabot bot added the rust Pull requests that update Rust code label Nov 1, 2025
@dependabot dependabot bot requested review from ddoktorski and ksew1 November 1, 2025 13:10
@dependabot dependabot bot force-pushed the dependabot/cargo/prod-deps-6b195938e3 branch from 84acec0 to 559b638 Compare November 3, 2025 11:01
Bumps the prod-deps group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [cairo-native](https://github.com/lambdaclass/cairo_native) | `0.6.2` | `0.7.1` |
| [cairo-annotations](https://github.com/software-mansion/cairo-annotations) | `0.6.1` | `0.7.0` |
| [dialoguer](https://github.com/console-rs/dialoguer) | `0.11.0` | `0.12.0` |
| [starknet-types-core](https://github.com/starknet-io/types-rs) | `0.2.4` | `1.0.0` |
| [clap](https://github.com/clap-rs/clap) | `4.5.50` | `4.5.51` |
| [clap_complete](https://github.com/clap-rs/clap) | `4.5.59` | `4.5.60` |
| [console](https://github.com/console-rs/console) | `0.15.11` | `0.16.1` |
| [ctor](https://github.com/mmastrac/rust-ctor) | `0.4.3` | `0.6.0` |
| [snapbox](https://github.com/assert-rs/snapbox) | `0.4.17` | `0.6.23` |
| [primitive-types](https://github.com/paritytech/parity-common) | `0.13.1` | `0.14.0` |
| [toml](https://github.com/toml-rs/toml) | `0.8.23` | `0.9.8` |
| [toml_edit](https://github.com/toml-rs/toml) | `0.22.27` | `0.23.7` |
| [base16ct](https://github.com/RustCrypto/formats) | `0.2.0` | `0.3.0` |
| [indicatif](https://github.com/console-rs/indicatif) | `0.17.11` | `0.18.2` |


Updates `cairo-native` from 0.6.2 to 0.7.1
- [Release notes](https://github.com/lambdaclass/cairo_native/releases)
- [Changelog](https://github.com/lambdaclass/cairo_native/blob/main/docs/release.md)
- [Commits](lambdaclass/cairo_native@v0.6.2...v0.7.1)

Updates `cairo-annotations` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/software-mansion/cairo-annotations/releases)
- [Changelog](https://github.com/software-mansion/cairo-annotations/blob/main/CHANGELOG.md)
- [Commits](software-mansion/cairo-annotations@v0.6.1...v0.7.0)

Updates `dialoguer` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/console-rs/dialoguer/releases)
- [Changelog](https://github.com/console-rs/dialoguer/blob/main/CHANGELOG-OLD.md)
- [Commits](console-rs/dialoguer@v0.11.0...v0.12.0)

Updates `starknet-types-core` from 0.2.4 to 1.0.0
- [Release notes](https://github.com/starknet-io/types-rs/releases)
- [Commits](starknet-io/types-rs@core-v0.2.4...v1.0.0)

Updates `clap` from 4.5.50 to 4.5.51
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.50...clap_complete-v4.5.51)

Updates `clap_complete` from 4.5.59 to 4.5.60
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.59...clap_complete-v4.5.60)

Updates `console` from 0.15.11 to 0.16.1
- [Release notes](https://github.com/console-rs/console/releases)
- [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md)
- [Commits](console-rs/console@0.15.11...0.16.1)

Updates `ctor` from 0.4.3 to 0.6.0
- [Commits](https://github.com/mmastrac/rust-ctor/commits)

Updates `snapbox` from 0.4.17 to 0.6.23
- [Commits](assert-rs/snapbox@snapbox-v0.4.17...snapbox-v0.6.23)

Updates `primitive-types` from 0.13.1 to 0.14.0
- [Commits](paritytech/parity-common@primitive-types-v0.13.1...ethbloom-v0.14.0)

Updates `toml` from 0.8.23 to 0.9.8
- [Commits](toml-rs/toml@toml-v0.8.23...toml-v0.9.8)

Updates `toml_edit` from 0.22.27 to 0.23.7
- [Commits](toml-rs/toml@v0.22.27...v0.23.7)

Updates `base16ct` from 0.2.0 to 0.3.0
- [Commits](RustCrypto/formats@base16ct/v0.2.0...base16ct/v0.3.0)

Updates `indicatif` from 0.17.11 to 0.18.2
- [Release notes](https://github.com/console-rs/indicatif/releases)
- [Commits](https://github.com/console-rs/indicatif/commits)

---
updated-dependencies:
- dependency-name: cairo-native
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: cairo-annotations
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: dialoguer
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: starknet-types-core
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-deps
- dependency-name: clap
  dependency-version: 4.5.51
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: clap_complete
  dependency-version: 4.5.60
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-deps
- dependency-name: console
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: ctor
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: snapbox
  dependency-version: 0.6.23
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: primitive-types
  dependency-version: 0.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: toml
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: toml_edit
  dependency-version: 0.23.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: base16ct
  dependency-version: 0.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
- dependency-name: indicatif
  dependency-version: 0.18.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/prod-deps-6b195938e3 branch from 559b638 to 9ed9738 Compare November 5, 2025 16:07
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 6, 2025

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

@dependabot dependabot bot closed this Nov 6, 2025
@dependabot dependabot bot deleted the dependabot/cargo/prod-deps-6b195938e3 branch November 6, 2025 09:42
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.

1 participant