Skip to content

build(deps): update wit-bindgen requirement from 0.60.0 to 0.61.1 in /fuzz - #369

Closed
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/cargo/fuzz/wit-bindgen-0.61.1
Closed

build(deps): update wit-bindgen requirement from 0.60.0 to 0.61.1 in /fuzz#369
dependabot[bot] wants to merge 5 commits into
mainfrom
dependabot/cargo/fuzz/wit-bindgen-0.61.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 1, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on wit-bindgen to permit the latest version.

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [wit-bindgen](https://github.com/bytecodealliance/wit-bindgen) to permit the latest version.
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.60.0...v0.61.1)

---
updated-dependencies:
- dependency-name: wit-bindgen
  dependency-version: 0.61.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Dependency updates label Sep 1, 2026
@temper-pulseengine
temper-pulseengine Bot enabled auto-merge (squash) September 1, 2026 15:28
@avrabe
avrabe disabled auto-merge September 10, 2026 21:17
@avrabe
avrabe enabled auto-merge (squash) September 11, 2026 05:17
@avrabe
avrabe disabled auto-merge September 11, 2026 08:12
@avrabe

avrabe commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Closing as a duplicate of #368.

Both change the same line of the same file — the root Cargo.toml workspace
dependency:

-wit-bindgen = { version = "0.60.0", default-features = false }
+wit-bindgen = { version = "0.61.1", default-features = false }

Dependabot opened two because fuzz/ is configured as a separate cargo
ecosystem, but the fuzz crate inherits the workspace dependency rather than
declaring its own — so there is nothing distinct for this PR to change. #368 is
the complete change: it carries Cargo.lock as well.

Not merely tidiness. Each open PR costs a full CI cycle here — a 46-job Kani
matrix plus everything else — and every merge knocks the rest BEHIND under
strict branch protection (#373), so a duplicate is two wasted matrices and an
extra round of thrash. The Kani failure on this PR was itself a cancelled job
from fleet contention, not a real result.

Superseded by #368.

@avrabe avrabe closed this Sep 11, 2026
@dependabot @github

dependabot Bot commented on behalf of github Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/cargo/fuzz/wit-bindgen-0.61.1 branch September 11, 2026 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant