Skip to content

Bump the minor-versions group across 1 directory with 5 updates #90

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

Merged
merged 1 commit into from
Jul 15, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the minor-versions group with 5 updates in the / directory:

Package From To
wat 1.230.0 1.235.0
bumpalo 3.17.0 3.18.1
clap 4.5.38 4.5.40
uuid 1.16.0 1.17.0
wasmprinter 0.230.0 0.235.0

Updates wat from 1.230.0 to 1.235.0

Release notes

Sourced from wat's releases.

v1.235.0

What's Changed

Full Changelog: bytecodealliance/wasm-tools@v1.234.0...v1.235.0

v1.234.0

What's Changed

New Contributors

Full Changelog: bytecodealliance/wasm-tools@v1.233.0...v1.234.0

v1.233.0

What's Changed

Full Changelog: bytecodealliance/wasm-tools@v1.232.0...v1.233.0

v1.232.0

... (truncated)

Commits

Updates bumpalo from 3.17.0 to 3.18.1

Changelog

Sourced from bumpalo's changelog.

3.18.1

Released 2025-06-05.

Removed

  • Removed the allocator-api2 version bump from 3.18.0, as it was not actually semver compatible.

3.18.0 (yanked)

Released 2025-06-05.

Added

  • Added support for enforcing a minimum alignment on all allocations inside a Bump arena, which can provide speed ups when allocating objects whose alignment is less than or equal to that minimum.
  • Added serde serialization support for bumpalo::collections::String.
  • Added some missing fallible slice allocation function variants.

Changed

  • Replaced extend_from_slice implementation with a formally-verified version that is also faster and more-optimizable for LLVM.
  • Updated allocator-api2 support to version 0.3.*.

Fixed

  • Fixed a bug where the allocated_bytes metrics helper was accidentally including the size of bumpalo's footer, rather than just reporting the user-allocated bytes.

Commits

Updates clap from 4.5.38 to 4.5.40

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
Changelog

Sourced from clap's changelog.

[4.5.40] - 2025-06-09

Features

  • Support quoted ids in arg!() macro (e.g. arg!("check-config": ...))

[4.5.39] - 2025-05-27

Fixes

  • (help) Show short flag aliases before long
  • (help) Merge the short and long flag alias lists
Commits
  • cff27db chore: Release
  • 4ef4124 docs: Update changelog
  • ca89617 Merge pull request #5848 from jennings/jennings/push-xolwzyoornps
  • 99b6391 fix(complete): Fix PowerShell dynamic completion
  • ed2360f chore: Release
  • 196a14b docs: Update changelog
  • cd622ab Merge pull request #5846 from ribru17/alias_fn_dedup
  • 48ff72b fix(complete): Deduplicate bash subcmd cases
  • b1b6f17 Merge pull request #5843 from epage/link
  • 5900216 fix(derive): Update link for derive attributes
  • Additional commits viewable in compare view

Updates uuid from 1.16.0 to 1.17.0

Release notes

Sourced from uuid's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.16.0...v1.17.0

Commits
  • 2fd9b61 Merge pull request #829 from uuid-rs/cargo/v1.17.0
  • ed0d385 prepare for 1.17.0 release
  • c54cadc Merge pull request #828 from bushrat011899/wasm32v1-none
  • 625d769 Fix typo in MVP Web CI
  • 9d638e0 Add MVP Web CI Task
  • 83dc528 Add wasm32v1-none support
  • 5fbd843 Merge pull request #824 from diopoex/main
  • 6635ae4 Merge pull request #825 from uuid-rs/ci/aarch64-apple-darwin
  • b2370f2 update toolchain for outdated job
  • c74ad33 update OSX builds to arm
  • Additional commits viewable in compare view

Updates wasmprinter from 0.230.0 to 0.235.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

@dependabot dependabot bot requested a review from a team June 16, 2025 19:23
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 16, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested review from otheriault and removed request for a team June 16, 2025 19:23
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 16, 2025
@otheriault otheriault self-assigned this Jun 23, 2025
Bumps the minor-versions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [wat](https://github.com/bytecodealliance/wasm-tools) | `1.230.0` | `1.235.0` |
| [bumpalo](https://github.com/fitzgen/bumpalo) | `3.17.0` | `3.18.1` |
| [clap](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.40` |
| [uuid](https://github.com/uuid-rs/uuid) | `1.16.0` | `1.17.0` |
| [wasmprinter](https://github.com/bytecodealliance/wasm-tools) | `0.230.0` | `0.235.0` |



Updates `wat` from 1.230.0 to 1.235.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@v1.230.0...v1.235.0)

Updates `bumpalo` from 3.17.0 to 3.18.1
- [Changelog](https://github.com/fitzgen/bumpalo/blob/main/CHANGELOG.md)
- [Commits](fitzgen/bumpalo@3.17.0...v3.18.1)

Updates `clap` from 4.5.38 to 4.5.40
- [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.38...clap_complete-v4.5.40)

Updates `uuid` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.16.0...v1.17.0)

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

---
updated-dependencies:
- dependency-name: wat
  dependency-version: 1.235.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: bumpalo
  dependency-version: 3.18.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: clap
  dependency-version: 4.5.40
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-versions
- dependency-name: uuid
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
- dependency-name: wasmprinter
  dependency-version: 0.235.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-versions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/cargo/minor-versions-4e86ba8b07 branch from 7e2b7ca to db1ce63 Compare June 23, 2025 17:33
@otheriault otheriault merged commit 6f60931 into main Jul 15, 2025
4 checks passed
@otheriault otheriault deleted the dependabot/cargo/minor-versions-4e86ba8b07 branch July 15, 2025 13:10
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