Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 21, 2026

Bumps the cargo group with 4 updates in the /fuzz directory: az, fixed, cc and wasip2.

Updates az from 1.2.1 to 1.3.0

Changelog

Sourced from az's changelog.

Version 1.3.0 (2026-01-19)

Commits
  • 22c9785 version 1.3.0
  • 5decbcf ci: do not test nightly-float on windows
  • bb03b02 ci: do not test i686-pc-windows-gnu
  • 7d7142a ci: use --force-non-host when rustup installing i686 toolchain
  • 4317888 update copyright year
  • dd27132 add rustfmt.toml
  • af497a1 ci: test nightly-float
  • a24afa6 implement nightly-float
  • 6a25fba add nightly-float experimental feature
  • 779f536 undeprecate Unwrapped, plan deprecation for 1.4.0
  • Additional commits viewable in compare view

Updates fixed from 1.29.0 to 1.30.0

Changelog

Sourced from fixed's changelog.

Version 1.30.0 (2026-01-20)

  • The crate now requires rustc version 1.85.0 or later.
  • All methods starting with unwrapped_ were renamed to start with strict_. The old method names are deprecated.
  • The Unwrapped wrapper was renamed to Strict. The old name is deprecated.
  • Bug fix: the compat-readonly-static optional feature was added to fix an issue on some platforms where statics are readonly (issue 74, merge request 14).
  • Bug fix: some numbers were being formatted incorrectly when using a defined precision (merge request 15).
  • The [az crate] dependency was updated to version 1.3.
  • The new defmt optional feature was added to support logging using the [defmt crate] (issue 70).
  • For the experimental feature num-traits, the following traits were implemented for all fixed-point numbers:
Commits

Updates cc from 1.2.52 to 1.2.53

Release notes

Sourced from cc's releases.

cc-v1.2.53

Other

  • Add missing RISC-V targets (#1657)
Changelog

Sourced from cc's changelog.

1.2.53 - 2026-01-16

Other

  • Add missing RISC-V targets (#1657)
Commits

Updates find-msvc-tools from 0.1.7 to 0.1.8

Release notes

Sourced from find-msvc-tools's releases.

find-msvc-tools-v0.1.8

Other

  • Regenerate windows sys bindings (#1653)
Commits

Updates wasip2 from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9

Commits

Updates wit-bindgen from 0.46.0 to 0.51.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 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 cargo group with 4 updates in the /fuzz directory: [az](https://gitlab.com/tspiteri/az), [fixed](https://gitlab.com/tspiteri/fixed), [cc](https://github.com/rust-lang/cc-rs) and [wasip2](https://github.com/bytecodealliance/wasi-rs).


Updates `az` from 1.2.1 to 1.3.0
- [Changelog](https://gitlab.com/tspiteri/az/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/az/compare/v1.2.1...v1.3.0)

Updates `fixed` from 1.29.0 to 1.30.0
- [Changelog](https://gitlab.com/tspiteri/fixed/blob/master/RELEASES.md)
- [Commits](https://gitlab.com/tspiteri/fixed/commits/v1.30.0)

Updates `cc` from 1.2.52 to 1.2.53
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@cc-v1.2.52...cc-v1.2.53)

Updates `find-msvc-tools` from 0.1.7 to 0.1.8
- [Release notes](https://github.com/rust-lang/cc-rs/releases)
- [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md)
- [Commits](rust-lang/cc-rs@find-msvc-tools-v0.1.7...find-msvc-tools-v0.1.8)

Updates `wasip2` from 1.0.1+wasi-0.2.4 to 1.0.2+wasi-0.2.9
- [Commits](bytecodealliance/wasi-rs@wasip2-1.0.1...wasip2-1.0.2)

Updates `wit-bindgen` from 0.46.0 to 0.51.0
- [Release notes](https://github.com/bytecodealliance/wit-bindgen/releases)
- [Commits](bytecodealliance/wit-bindgen@v0.46.0...v0.51.0)

---
updated-dependencies:
- dependency-name: az
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: fixed
  dependency-version: 1.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo
- dependency-name: cc
  dependency-version: 1.2.53
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: find-msvc-tools
  dependency-version: 0.1.8
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wasip2
  dependency-version: 1.0.2+wasi-0.2.9
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: wit-bindgen
  dependency-version: 0.51.0
  dependency-type: indirect
  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 Jan 21, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

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

@dependabot dependabot bot closed this Jan 22, 2026
@dependabot dependabot bot deleted the dependabot/cargo/fuzz/cargo-af65a40cbe branch January 22, 2026 10:18
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