Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the non-critical group with 14 updates #2037

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the non-critical group with 14 updates:

Package From To
anyhow 1.0.96 1.0.97
async-trait 0.1.86 0.1.87
cairo-vm 1.0.2 2.0.0-rc4
cargo_metadata 0.19.1 0.19.2
clap 4.5.30 4.5.31
console 0.15.10 0.15.11
linkme 0.3.31 0.3.32
proc-macro2 1.0.93 1.0.94
quote 1.0.38 1.0.39
serde-untagged 0.1.6 0.1.7
serde_json 1.0.139 1.0.140
similar-asserts 1.6.1 1.7.0
syn 2.0.98 2.0.99
thiserror 2.0.11 2.0.12

Updates anyhow from 1.0.96 to 1.0.97

Release notes

Sourced from anyhow's releases.

1.0.97

  • Documentation improvements
Commits

Updates async-trait from 0.1.86 to 0.1.87

Release notes

Sourced from async-trait's releases.

0.1.87

  • Documentation improvements
Commits
  • 32540aa Release 0.1.87
  • 137d14c Resolve mem_replace_with_default clippy lint
  • 45fd82a Ignore elidable_lifetime_names pedantic clippy lint
  • ea2f2a2 Point standard library links to stable
  • 3b78161 Update ui test suite to nightly-2025-02-12
  • See full diff in compare view

Updates cairo-vm from 1.0.2 to 2.0.0-rc4

Release notes

Sourced from cairo-vm's releases.

v2.0.0-rc4

What's Changed

New Contributors

Full Changelog: lambdaclass/cairo-vm@v2.0.0-rc3...v2.0.0-rc4

v2.0.0-rc3

What's Changed

Full Changelog: lambdaclass/cairo-vm@v2.0.0-rc2...v2.0.0-rc3

v2.0.0-rc2

What's Changed

New Contributors

Full Changelog: lambdaclass/cairo-vm@v2.0.0-rc1...v2.0.0-rc2

v2.0.0-rc1

What's Changed

... (truncated)

Changelog

Sourced from cairo-vm's changelog.

[2.0.0-rc4] - 2025-01-23

  • feat: implement kzg data availability hints #1887

[2.0.0-rc3] - 2024-12-26

  • chore: update cairo-lang dependencies to 2.10.0-rc.0 #1901

[2.0.0-rc2] - 2024-12-12

  • feat: Add support for subtractions containing references as right hand side operands #1898

  • fix: Change wildcard getrandom dependency.

  • Update starknet-crypto to 0.7.3, removing the old FieldElement completly in favour of the new Felt (that is Copy).

  • chore: update the cairo-vm version used in the readme

  • chore: update cairo-lang dependencies to 2.9.2

  • fix: replace div_rem with div_mod_floor in verify_zero hints #1881

  • feat: Implement SECP related hints #1829

  • chore: bump pip cairo-lang 0.13.3 #1884

  • fix: #1862:

    • Use MaybeRelocatable for relocation table
  • chore: bump pip cairo-lang 0.13.3 #1884

  • chore: #1880:

    • Refactor vm crate to make it possible to use hint extension feature for nested programs with hints.

[2.0.0-rc1] - 2024-11-20

[2.0.0-rc0] - 2024-10-22

... (truncated)

Commits

Updates cargo_metadata from 0.19.1 to 0.19.2

Commits
  • 0b4be02 Merge pull request #285 from fenhl/version-bump
  • 8196734 Version bump
  • 0056e02 Merge pull request #284 from HTGAzureX1212/edition-2024-stable
  • e3e9cd3 feat: 2024 edition stabilized
  • 806a3ea Merge pull request #282 from foresterre/workspace-default-members
  • cdf4223 Add methods is_available and is_missing to WorkspaceDefaultMembers
  • d6b186c Merge pull request #280 from paolobarbolini/z-minimal-versions
  • 59f0651 build: fix -Zminimal-versions
  • 9d84a01 Merge pull request #266 from os-checker/workspace_default_members-serde-default
  • 45ceca0 clippy: fix first doc comment paragraph is too long
  • Additional commits viewable in compare view

Updates clap from 4.5.30 to 4.5.31

Release notes

Sourced from clap's releases.

v4.5.31

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Changelog

Sourced from clap's changelog.

[4.5.31] - 2025-02-24

Features

  • Add ValueParserFactory for Saturating<T>
Commits
  • acf9abb chore: Release
  • 9186a18 docs: Update changelog
  • 233c316 Merge pull request #5926 from sorairolake/feature/value-parser-factory-for-sa...
  • 13931a2 Merge pull request #5923 from Reverier-Xu/master
  • 536e29f feat(builder): Add ValueParserFactory for Saturating\<T>
  • 45ed71c chore: Avoid using gen for rust 2024 preserved keyword
  • 5029bb3 chore: Avoid using gen for rust 2024 preserved keyword
  • 8a1d59b chore(deps): Update Rust Stable to v1.85 (#5921)
  • 9caee53 docs(changelog): Clarify 5.0.0
  • cb2352f Merge pull request #5918 from epage/test
  • Additional commits viewable in compare view

Updates console from 0.15.10 to 0.15.11

Release notes

Sourced from console's releases.

0.15.11

What's Changed

Commits
  • c7002e3 Refer to GitHub Releases
  • 73033ec Bump version to 0.15.11
  • 4fa21ad Simplify windows read_single_key()
  • 456eb78 Remove unused cruft
  • 8623cd6 Simplify ConsoleModeGuard::set()
  • ca2e0f8 Use match for creation of new console mode
  • 2f7184f Add docstring for Windows set_console_mode()
  • 3c7ba95 Explicitly handle CtrlC on Windows (#235)
  • de16ee6 Run clippy on all major platforms
  • cb6126e Extend application of clippy
  • Additional commits viewable in compare view

Updates linkme from 0.3.31 to 0.3.32

Release notes

Sourced from linkme's releases.

0.3.32

  • Documentation improvements
Commits
  • ee2a7d4 Release 0.3.32
  • 1d7c082 Update ui test suite to nightly-2025-03-02
  • 78a1e60 Point standard library links to stable
  • ead19cc Unset doc-scrape-examples for lib target
  • 9fdb508 Fix Windows job RUSTFLAGS values
  • 750a243 Ignore Windows linker warning
  • 6dd5b9c More precise gitignore patterns
  • 9bc5a1d Remove **/*.rs.bk from project-specific gitignore
  • See full diff in compare view

Updates proc-macro2 from 1.0.93 to 1.0.94

Release notes

Sourced from proc-macro2's releases.

1.0.94

  • Documentation improvements
Commits
  • 7cb0f3c Release 1.0.94
  • 23c425c Raise minimum tested compiler to rust 1.67
  • cbffe0c Ignore elidable_lifetime_names pedantic clippy lint
  • a12fe8b Point standard library links to stable
  • 36920b1 Combine rustdoc semver exempt cfg into one argument
  • 3a9bc71 Convert html links to intra-doc links
  • c7d999c Unset doc-scrape-examples for lib target
  • 020a8ae Resolve unnecessary_semicolon pedantic clippy lint
  • 0a77455 Ignore WebAssembly linker warning
  • ffc417a More precise gitignore patterns
  • Additional commits viewable in compare view

Updates quote from 1.0.38 to 1.0.39

Release notes

Sourced from quote's releases.

1.0.39

  • Documentation improvements
Commits
  • 7d089f5 Release 1.0.39
  • dd15f29 Ignore elidable_lifetime_names pedantic clippy lint
  • b723616 Point standard library links to stable
  • ddbabd5 Convert html links to intra-doc links
  • fa46189 Unset doc-scrape-examples for lib target
  • 4d071e3 Resolve doc_overindented_list_items clippy lint
  • 908ddbd More precise gitignore patterns
  • See full diff in compare view

Updates serde-untagged from 0.1.6 to 0.1.7

Release notes

Sourced from serde-untagged's releases.

0.1.7

  • Documentation improvements
Commits
  • 0c9f2b0 Release 0.1.7
  • 4ca8a80 Ignore elidable_lifetime_names pedantic clippy lint
  • 491d85f Point standard library links to stable
  • c4ebc7a Unset doc-scrape-examples for lib target
  • d706d4c More precise gitignore patterns
  • 4e19244 Prevent upload-artifact step from causing CI failure
  • ae0ee85 Ignore needless_lifetimes clippy lint
  • 210cb1b Upload CI Cargo.lock for reproducing failures
  • See full diff in compare view

Updates serde_json from 1.0.139 to 1.0.140

Release notes

Sourced from serde_json's releases.

v1.0.140

  • Documentation improvements
Commits
  • 7627834 Release 1.0.140
  • d77a498 Merge pull request #1245 from serde-rs/powerpc
  • b34d317 Delete unused gcc installation
  • f7200c3 Ignore unbuffered_bytes clippy lint
  • 76cd4fb Ignore elidable_lifetime_names pedantic clippy lint
  • 400eaa9 Point standard library links to stable
  • See full diff in compare view

Updates similar-asserts from 1.6.1 to 1.7.0

Changelog

Sourced from similar-asserts's changelog.

1.7.0

  • Added support for SIMILAR_ASSERTS_CONTEXT_SIZE. #13
Commits

Updates syn from 2.0.98 to 2.0.99

Release notes

Sourced from syn's releases.

2.0.99

  • Documentation improvements
Commits
  • 4552057 Release 2.0.99
  • f4d8f0e Ignore elidable_lifetime_names pedantic clippy lint
  • afbee2e Point standard library links to stable
  • fdbed64 Merge pull request #1848 from findepi/findepi/remove-obsolete-clippy-suppress...
  • 88f0820 Remove obsolete clippy suppressions
  • 5357d54 Update test suite to nightly-2025-02-13
  • 5cffd62 Update color-backtrace dependency to 0.7
  • 076ac95 Unset doc-scrape-examples for lib target
  • af12bda Ignore format_push_string pedantic clippy lint
  • f3614ce Update test suite to nightly-2025-02-07
  • Additional commits viewable in compare view

Updates thiserror from 2.0.11 to 2.0.12

Release notes

Sourced from thiserror's releases.

2.0.12

  • Prevent elidable_lifetime_names pedantic clippy lint in generated impl (#413)
Commits
  • 95a5126 Release 2.0.12
  • 76490f7 Merge pull request #413 from dtolnay/elidablelifetime
  • 9f27b76 Ignore elidable_lifetime_names pedantic clippy lint
  • daf2a6f Resolve some elidable_lifetime_names pedantic clippy lint
  • 5f07160 Point standard library links to stable
  • 6706a51 Convert html links to intra-doc links
  • 2706873 More precise gitignore patterns
  • 70bc20d Remove **/*.rs.bk from project-specific gitignore
  • See full diff 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 non-critical group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` |
| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.87` |
| [cairo-vm](https://github.com/lambdaclass/cairo-vm) | `1.0.2` | `2.0.0-rc4` |
| [cargo_metadata](https://github.com/oli-obk/cargo_metadata) | `0.19.1` | `0.19.2` |
| [clap](https://github.com/clap-rs/clap) | `4.5.30` | `4.5.31` |
| [console](https://github.com/console-rs/console) | `0.15.10` | `0.15.11` |
| [linkme](https://github.com/dtolnay/linkme) | `0.3.31` | `0.3.32` |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` |
| [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` |
| [serde-untagged](https://github.com/dtolnay/serde-untagged) | `0.1.6` | `0.1.7` |
| [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` |
| [similar-asserts](https://github.com/mitsuhiko/similar-asserts) | `1.6.1` | `1.7.0` |
| [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.99` |
| [thiserror](https://github.com/dtolnay/thiserror) | `2.0.11` | `2.0.12` |


Updates `anyhow` from 1.0.96 to 1.0.97
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.96...1.0.97)

Updates `async-trait` from 0.1.86 to 0.1.87
- [Release notes](https://github.com/dtolnay/async-trait/releases)
- [Commits](dtolnay/async-trait@0.1.86...0.1.87)

Updates `cairo-vm` from 1.0.2 to 2.0.0-rc4
- [Release notes](https://github.com/lambdaclass/cairo-vm/releases)
- [Changelog](https://github.com/lambdaclass/cairo-vm/blob/main/CHANGELOG.md)
- [Commits](lambdaclass/cairo-vm@v1.0.2...v2.0.0-rc4)

Updates `cargo_metadata` from 0.19.1 to 0.19.2
- [Release notes](https://github.com/oli-obk/cargo_metadata/releases)
- [Changelog](https://github.com/oli-obk/cargo_metadata/blob/main/CHANGELOG.md)
- [Commits](oli-obk/cargo_metadata@0.19.1...0.19.2)

Updates `clap` from 4.5.30 to 4.5.31
- [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.30...v4.5.31)

Updates `console` from 0.15.10 to 0.15.11
- [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.10...0.15.11)

Updates `linkme` from 0.3.31 to 0.3.32
- [Release notes](https://github.com/dtolnay/linkme/releases)
- [Commits](dtolnay/linkme@0.3.31...0.3.32)

Updates `proc-macro2` from 1.0.93 to 1.0.94
- [Release notes](https://github.com/dtolnay/proc-macro2/releases)
- [Commits](dtolnay/proc-macro2@1.0.93...1.0.94)

Updates `quote` from 1.0.38 to 1.0.39
- [Release notes](https://github.com/dtolnay/quote/releases)
- [Commits](dtolnay/quote@1.0.38...1.0.39)

Updates `serde-untagged` from 0.1.6 to 0.1.7
- [Release notes](https://github.com/dtolnay/serde-untagged/releases)
- [Commits](dtolnay/serde-untagged@0.1.6...0.1.7)

Updates `serde_json` from 1.0.139 to 1.0.140
- [Release notes](https://github.com/serde-rs/json/releases)
- [Commits](serde-rs/json@v1.0.139...v1.0.140)

Updates `similar-asserts` from 1.6.1 to 1.7.0
- [Changelog](https://github.com/mitsuhiko/similar-asserts/blob/main/CHANGELOG.md)
- [Commits](mitsuhiko/similar-asserts@1.6.1...1.7.0)

Updates `syn` from 2.0.98 to 2.0.99
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@2.0.98...2.0.99)

Updates `thiserror` from 2.0.11 to 2.0.12
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@2.0.11...2.0.12)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: async-trait
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: cairo-vm
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: non-critical
- dependency-name: cargo_metadata
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: console
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: linkme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: proc-macro2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: quote
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: serde-untagged
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: serde_json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: similar-asserts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-critical
- dependency-name: syn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
- dependency-name: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-critical
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner March 3, 2025 10:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 3, 2025
@maciektr
Copy link
Contributor

maciektr commented Mar 4, 2025

Replaced with #2039

@maciektr maciektr closed this Mar 4, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2025

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/non-critical-678b1f8f32 branch March 4, 2025 09:37
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