Bump the nonbreaking group with 5 updates - #1272
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the nonbreaking group with 5 updates:
1.24.01.26.00.26.40.26.53.0.33.0.41.255.01.258.01.2.01.2.1Updates
uuidfrom 1.24.0 to 1.26.0Release notes
Sourced from uuid's releases.
Commits
cdc96a8Merge pull request #905 from uuid-rs/cargo/v1.26.034e4f49don't test macros under mirid9e7242update nightly used for miriec16819prepare for 1.26.0 release162cd20Merge pull request #904 from ChrisJr404/v7-additional-precision-bits97eceffAdd ContextV7::with_additional_precision_bits for microsecond clocks302e0bfMerge pull request #903 from uuid-rs/cargo/1.25.0b7ccde8prepare for 1.25.0 releasec62dffbMerge pull request #902 from ChrisJr404/serde-bytes-module8c198b2Add a serde::bytes module that encodes as a byte stringUpdates
walrusfrom 0.26.4 to 0.26.5Release notes
Sourced from walrus's releases.
Commits
5032c280.26.559053e8Add memory.discard instruction support (memory-control proposal) (#319)Updates
synfrom 3.0.3 to 3.0.4Release notes
Sourced from syn's releases.
Commits
b5d62a6Release 3.0.4abf019cMerge pull request #2078 from dtolnay/foreginitemfnd454333Allow safe fn in impl Parse for ForeignItemFn8011b1cUpdate test suite to nightly-2026-08-1856a8d83Raise rayon thread size for testsf2c5c50Ignore assert_is_empty pedantic clippy lint0eba76dUpdate test suite to nightly-2026-08-05baaebceUpdate test suite to nightly-2026-07-25b886a38Update test suite to nightly-2026-07-243c41416Update test suite to nightly-2026-07-23Updates
watfrom 1.255.0 to 1.258.0Release notes
Sourced from wat's releases.
... (truncated)
Commits
5c6d31cRelease wasm-tools 1.258.0 (#2620)242aaa7Rebuild libdl.so without__wasi_init_tpimport (#2616)43baa25Add wasip3 compat towit-dylib(#2617)0a2c043Remove post-return hooks, adjust sync task hooks (#2619)a7ef477fix: remap type indices of{stream,future}.cancel-{read,write}(#2615)ef6cb38Document that--realloc-via-memory-growonly affects adapters (#2613)3ef3cefRelease wasm-tools 1.257.1 (#2612)f278423Restore the default forcomponent new --merge-imports-based-on-semver(#2611)4a81bc1Release wasm-tools 1.257.0 (#2610)77f1b54Fall back tocabi_reallocin the main module (#2606)Updates
whammfrom 1.2.0 to 1.2.1Release notes
Sourced from whamm's releases.
Commits
4a24ca5Merge pull request #347 from ejrgilbert/release-v1.2.1d191f6bRelease v1.2.18e51470Merge pull request #346 from ejrgilbert/bugfix/shadowing-vars3851ec1Fixes #339: more specific error on shadowing bound vars7dc6f4eMerge pull request #345 from ejrgilbert/bugfix/folding-recursionfda8accFixes #340: rebalance deeply nested and/or exprse915aadMerge pull request #344 from ejrgilbert/bugfix/multi-mem905f214Fixes #341: enable multi-memory at wirm parse timeDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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