Skip to content

chore(deps): bump the cargo group with 5 updates - #117

Merged
iljakuklic merged 2 commits into
develfrom
dependabot/cargo/cargo-46717a0ba5
Jul 25, 2026
Merged

iljakuklic merged 2 commits into
develfrom
dependabot/cargo/cargo-46717a0ba5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bumps the cargo group with 5 updates:

Package From To
anyhow 1.0.103 1.0.104
ref-cast 1.0.25 1.0.26
wasm-encoder 0.252.0 0.254.0
wasmparser 0.252.0 0.254.0
wasmprinter 0.252.0 0.254.0

Updates anyhow from 1.0.103 to 1.0.104

Release notes

Sourced from anyhow's releases.

1.0.104

  • Update syn dev-dependency to version 3
Commits

Updates ref-cast from 1.0.25 to 1.0.26

Release notes

Sourced from ref-cast's releases.

1.0.26

  • Update to syn 3
Commits
  • 751d639 Release 1.0.26
  • 6dbb379 Update to syn 3
  • bf7b8e1 Update actions/upload-artifact@v6 -> v7
  • c5464fb Update actions/checkout@v6 -> v7
  • 719e07c Update ui test suite to nightly-2026-06-03
  • f8ce1b5 Update ui test suite to nightly-2026-05-31
  • 4f1e8fd Raise minimum tested compiler to rust 1.85
  • 1ea3282 Unpin CI miri toolchain
  • 473c6bc Pin CI miri to nightly-2026-02-11
  • f3affd7 Raise required compiler to Rust 1.71
  • Additional commits viewable in compare view

Updates wasm-encoder from 0.252.0 to 0.254.0

Commits

Updates wasmparser from 0.252.0 to 0.254.0

Commits

Updates wasmprinter from 0.252.0 to 0.254.0

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 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 cargo group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.103` | `1.0.104` |
| [ref-cast](https://github.com/dtolnay/ref-cast) | `1.0.25` | `1.0.26` |
| [wasm-encoder](https://github.com/bytecodealliance/wasm-tools) | `0.252.0` | `0.254.0` |
| [wasmparser](https://github.com/bytecodealliance/wasm-tools) | `0.252.0` | `0.254.0` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.252.0` | `0.254.0` |


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

Updates `ref-cast` from 1.0.25 to 1.0.26
- [Release notes](https://github.com/dtolnay/ref-cast/releases)
- [Commits](dtolnay/ref-cast@1.0.25...1.0.26)

Updates `wasm-encoder` from 0.252.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmparser` from 0.252.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

Updates `wasmprinter` from 0.252.0 to 0.254.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](https://github.com/bytecodealliance/wasm-tools/commits)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-version: 1.0.104
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: ref-cast
  dependency-version: 1.0.26
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wasm-encoder
  dependency-version: 0.254.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: wasmparser
  dependency-version: 0.254.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: wasmprinter
  dependency-version: 0.254.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
...

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 Jul 23, 2026
ref-cast 1.0.26 bumped its proc-macro dependency to syn 3.0.3 while
every other proc-macro dep (clap_derive, derive_more-impl, bolero,
rstest_macros) is still on syn 2.0.117, tripping
clippy::multiple_crate_versions. syn is compile-time only, so allow
the duplicate rather than pinning ref-cast back.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@iljakuklic
iljakuklic merged commit 1fd9797 into devel Jul 25, 2026
4 checks passed
@dependabot
dependabot Bot deleted the dependabot/cargo/cargo-46717a0ba5 branch July 25, 2026 21:02
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