Skip to content

Bump the nonbreaking group with 5 updates - #1272

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nonbreaking-f7c309033f
Open

Bump the nonbreaking group with 5 updates#1272
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/nonbreaking-f7c309033f

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps the nonbreaking group with 5 updates:

Package From To
uuid 1.24.0 1.26.0
walrus 0.26.4 0.26.5
syn 3.0.3 3.0.4
wat 1.255.0 1.258.0
whamm 1.2.0 1.2.1

Updates uuid from 1.24.0 to 1.26.0

Release notes

Sourced from uuid's releases.

v1.26.0

What's Changed

Full Changelog: uuid-rs/uuid@1.25.0...v1.26.0

1.25.0

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.1...1.25.0

v1.24.1

What's Changed

New Contributors

Full Changelog: uuid-rs/uuid@v1.24.0...v1.24.1

Commits
  • cdc96a8 Merge pull request #905 from uuid-rs/cargo/v1.26.0
  • 34e4f49 don't test macros under miri
  • d9e7242 update nightly used for miri
  • ec16819 prepare for 1.26.0 release
  • 162cd20 Merge pull request #904 from ChrisJr404/v7-additional-precision-bits
  • 97eceff Add ContextV7::with_additional_precision_bits for microsecond clocks
  • 302e0bf Merge pull request #903 from uuid-rs/cargo/1.25.0
  • b7ccde8 prepare for 1.25.0 release
  • c62dffb Merge pull request #902 from ChrisJr404/serde-bytes-module
  • 8c198b2 Add a serde::bytes module that encodes as a byte string
  • Additional commits viewable in compare view

Updates walrus from 0.26.4 to 0.26.5

Release notes

Sourced from walrus's releases.

0.26.5

What's Changed

Full Changelog: wasm-bindgen/walrus@0.26.4...0.26.5

Commits

Updates syn from 3.0.3 to 3.0.4

Release notes

Sourced from syn's releases.

3.0.4

  • Allow safe fn in impl Parse for ForeignItemFn (#2078)
Commits
  • b5d62a6 Release 3.0.4
  • abf019c Merge pull request #2078 from dtolnay/foreginitemfn
  • d454333 Allow safe fn in impl Parse for ForeignItemFn
  • 8011b1c Update test suite to nightly-2026-08-18
  • 56a8d83 Raise rayon thread size for tests
  • f2c5c50 Ignore assert_is_empty pedantic clippy lint
  • 0eba76d Update test suite to nightly-2026-08-05
  • baaebce Update test suite to nightly-2026-07-25
  • b886a38 Update test suite to nightly-2026-07-24
  • 3c41416 Update test suite to nightly-2026-07-23
  • See full diff in compare view

Updates wat from 1.255.0 to 1.258.0

Release notes

Sourced from wat's releases.

v1.258.0

What's Changed

Full Changelog: bytecodealliance/wasm-tools@v1.257.1...v1.258.0

v1.257.1

What's Changed

New Contributors

Full Changelog: bytecodealliance/wasm-tools@v1.257.0...v1.257.1

v1.257.0

What's Changed

Full Changelog: bytecodealliance/wasm-tools@v1.256.0...v1.257.0

v1.256.0

What's Changed

... (truncated)

Commits

Updates whamm from 1.2.0 to 1.2.1

Release notes

Sourced from whamm's releases.

v1.2.1

What's Changed

Full Changelog: ejrgilbert/whamm@v1.2.0...v1.2.1

Commits
  • 4a24ca5 Merge pull request #347 from ejrgilbert/release-v1.2.1
  • d191f6b Release v1.2.1
  • 8e51470 Merge pull request #346 from ejrgilbert/bugfix/shadowing-vars
  • 3851ec1 Fixes #339: more specific error on shadowing bound vars
  • 7dc6f4e Merge pull request #345 from ejrgilbert/bugfix/folding-recursion
  • fda8acc Fixes #340: rebalance deeply nested and/or exprs
  • e915aad Merge pull request #344 from ejrgilbert/bugfix/multi-mem
  • 905f214 Fixes #341: enable multi-memory at wirm parse time
  • See full diff in compare view

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

| Package | From | To |
| --- | --- | --- |
| [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.26.0` |
| [walrus](https://github.com/rustwasm/walrus) | `0.26.4` | `0.26.5` |
| [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.4` |
| [wat](https://github.com/bytecodealliance/wasm-tools) | `1.255.0` | `1.258.0` |
| [whamm](https://github.com/ejrgilbert/whamm) | `1.2.0` | `1.2.1` |


Updates `uuid` from 1.24.0 to 1.26.0
- [Release notes](https://github.com/uuid-rs/uuid/releases)
- [Commits](uuid-rs/uuid@v1.24.0...v1.26.0)

Updates `walrus` from 0.26.4 to 0.26.5
- [Release notes](https://github.com/rustwasm/walrus/releases)
- [Changelog](https://github.com/wasm-bindgen/walrus/blob/main/CHANGELOG.md)
- [Commits](wasm-bindgen/walrus@0.26.4...0.26.5)

Updates `syn` from 3.0.3 to 3.0.4
- [Release notes](https://github.com/dtolnay/syn/releases)
- [Commits](dtolnay/syn@3.0.3...3.0.4)

Updates `wat` from 1.255.0 to 1.258.0
- [Release notes](https://github.com/bytecodealliance/wasm-tools/releases)
- [Commits](bytecodealliance/wasm-tools@v1.255.0...v1.258.0)

Updates `whamm` from 1.2.0 to 1.2.1
- [Release notes](https://github.com/ejrgilbert/whamm/releases)
- [Commits](ejrgilbert/whamm@v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: uuid
  dependency-version: 1.26.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: walrus
  dependency-version: 0.26.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: syn
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
- dependency-name: wat
  dependency-version: 1.258.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nonbreaking
- dependency-name: whamm
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nonbreaking
...

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 Aug 31, 2026
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.

0 participants