Skip to content

chore(deps): bump the cargo-dependencies group in /wasm_module with 7 updates#889

Merged
marcustyphoon merged 1 commit intomainfrom
dependabot/cargo/wasm_module/cargo-dependencies-c3987e0cd4
Jun 1, 2025
Merged

chore(deps): bump the cargo-dependencies group in /wasm_module with 7 updates#889
marcustyphoon merged 1 commit intomainfrom
dependabot/cargo/wasm_module/cargo-dependencies-c3987e0cd4

Conversation

@dependabot
Copy link
Contributor

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

Bumps the cargo-dependencies group in /wasm_module with 7 updates:

Package From To
criterion 0.5.1 0.6.0
getrandom 0.3.2 0.3.3
bitflags 2.9.0 2.9.1
cc 1.2.20 1.2.25
clap 4.5.37 4.5.39
clap_builder 4.5.37 4.5.39
rustversion 1.0.20 1.0.21

Updates criterion from 0.5.1 to 0.6.0

Changelog

Sourced from criterion's changelog.

[0.6.0] - 2025-05-17

Changed

  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now. Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.

Fixed

  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail

Added

  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime
Commits

Updates getrandom from 0.3.2 to 0.3.3

Changelog

Sourced from getrandom's changelog.

[0.3.3] - 2025-05-09

Changed

  • Doc improvements #632 #634 #635
  • Add crate version to docs.rs links used in compile_error!s #639

Fixed

  • Error handling in WASI p1 #661

#632: rust-random/getrandom#632 #634: rust-random/getrandom#634 #635: rust-random/getrandom#635 #639: rust-random/getrandom#639 #661: rust-random/getrandom#661

Commits

Updates bitflags from 2.9.0 to 2.9.1

Release notes

Sourced from bitflags's releases.

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Changelog

Sourced from bitflags's changelog.

2.9.1

What's Changed

Full Changelog: bitflags/bitflags@2.9.0...2.9.1

Commits

Updates cc from 1.2.20 to 1.2.25

Release notes

Sourced from cc's releases.

cc-v1.2.25

Other

  • make powerp64 use powerpc64-linux-gnu prefix (#1474)

cc-v1.2.24

Other

  • Regenerate windows sys bindings (#1471)

cc-v1.2.23

Other

  • support "vxworks" and "nto" OSes on get_base_archiver_variant (#1456)

cc-v1.2.22

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

cc-v1.2.21

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Changelog

Sourced from cc's changelog.

1.2.25 - 2025-05-30

Other

  • make powerp64 use powerpc64-linux-gnu prefix (#1474)

1.2.24 - 2025-05-23

Other

  • Regenerate windows sys bindings (#1471)

1.2.23 - 2025-05-16

Other

  • support "vxworks" and "nto" OSes on get_base_archiver_variant (#1456)

1.2.22 - 2025-05-09

Other

  • Add flags method to cc::Build for adding multiple flags (#1466)

1.2.21 - 2025-05-02

Other

  • Fix wasm32-unknown-unknown by passing -c (#1424)
Commits

Updates clap from 4.5.37 to 4.5.39

Release notes

Sourced from clap's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Changelog

Sourced from clap's changelog.

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Commits

Updates clap_builder from 4.5.37 to 4.5.39

Release notes

Sourced from clap_builder's releases.

v4.5.39

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

v4.5.38

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Changelog

Sourced from clap_builder's changelog.

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists

[4.5.38] - 2025-05-11

Fixes

  • (help) When showing aliases, include leading -- or -
Commits
  • 8520a7a chore: Release
  • 2826eed chore(nushell): Require newer clap_complete
  • c17d25f docs: Update changelog
  • 493a71a Merge pull request #5999 from cenviity/push-tqqzyttsoktu
  • b49dae2 chore: Release
  • d37b0b5 docs: Update changelog
  • 3398b6a Merge pull request #6009 from gtema/complete_try_generate
  • 21fc9e4 feat(clap-complete): Introduce fallible generator
  • c758212 feat(help): Merge lists of short and long aliases
  • 6d0bfa0 feat(help): Show short aliases before long ones
  • Additional commits viewable in compare view

Updates rustversion from 1.0.20 to 1.0.21

Release notes

Sourced from rustversion's releases.

1.0.21

  • Support -Zfmt-debug=none (#61)
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-dependencies group in /wasm_module with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [criterion](https://github.com/bheisler/criterion.rs) | `0.5.1` | `0.6.0` |
| [getrandom](https://github.com/rust-random/getrandom) | `0.3.2` | `0.3.3` |
| [bitflags](https://github.com/bitflags/bitflags) | `2.9.0` | `2.9.1` |
| [cc](https://github.com/rust-lang/cc-rs) | `1.2.20` | `1.2.25` |
| [clap](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.39` |
| [clap_builder](https://github.com/clap-rs/clap) | `4.5.37` | `4.5.39` |
| [rustversion](https://github.com/dtolnay/rustversion) | `1.0.20` | `1.0.21` |


Updates `criterion` from 0.5.1 to 0.6.0
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.1...0.6.0)

Updates `getrandom` from 0.3.2 to 0.3.3
- [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md)
- [Commits](rust-random/getrandom@v0.3.2...v0.3.3)

Updates `bitflags` from 2.9.0 to 2.9.1
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](bitflags/bitflags@2.9.0...2.9.1)

Updates `cc` from 1.2.20 to 1.2.25
- [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.20...cc-v1.2.25)

Updates `clap` from 4.5.37 to 4.5.39
- [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.37...clap_complete-v4.5.39)

Updates `clap_builder` from 4.5.37 to 4.5.39
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@v4.5.37...v4.5.39)

Updates `rustversion` from 1.0.20 to 1.0.21
- [Release notes](https://github.com/dtolnay/rustversion/releases)
- [Commits](dtolnay/rustversion@1.0.20...1.0.21)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: cargo-dependencies
- dependency-name: getrandom
  dependency-version: 0.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: bitflags
  dependency-version: 2.9.1
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: cc
  dependency-version: 1.2.25
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap
  dependency-version: 4.5.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: clap_builder
  dependency-version: 4.5.39
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
- dependency-name: rustversion
  dependency-version: 1.0.21
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: cargo-dependencies
...

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 Jun 1, 2025
@marcustyphoon marcustyphoon merged commit 5dd0adb into main Jun 1, 2025
3 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/wasm_module/cargo-dependencies-c3987e0cd4 branch June 1, 2025 21:14
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