Bump the nonbreaking group across 1 directory with 5 updates#1216
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the nonbreaking group across 1 directory with 5 updates#1216dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the nonbreaking group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [brotli](https://github.com/dropbox/rust-brotli) | `8.0.2` | `8.0.3` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.23.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.149` | `1.0.150` | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.12.1` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.250.0` | `1.251.0` | Updates `brotli` from 8.0.2 to 8.0.3 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](https://github.com/dropbox/rust-brotli/commits) Updates `uuid` from 1.23.1 to 1.23.2 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.23.2) Updates `serde_json` from 1.0.149 to 1.0.150 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.149...v1.0.150) Updates `bitflags` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.1...2.12.1) Updates `wat` from 1.250.0 to 1.251.0 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.250.0...v1.251.0) --- updated-dependencies: - dependency-name: bitflags dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking - dependency-name: brotli dependency-version: 8.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: serde_json dependency-version: 1.0.150 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: uuid dependency-version: 1.23.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nonbreaking - dependency-name: wat dependency-version: 1.251.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nonbreaking ... Signed-off-by: dependabot[bot] <support@github.com>
8a590be to
c301425
Compare
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 in the / directory:
8.0.28.0.31.23.11.23.21.0.1491.0.1502.11.12.12.11.250.01.251.0Updates
brotlifrom 8.0.2 to 8.0.3Commits
Updates
uuidfrom 1.23.1 to 1.23.2Release notes
Sourced from uuid's releases.
Commits
d119657Merge pull request #883 from uuid-rs/cargo/v1.23.20651cfcprepare for 1.23.2 releasee8dea0cMerge pull request #882 from uuid-rs/fix/error-msgsbdc429afix up serde messagesd4342e4make indexes 0 based and fix up more error messages4ad479fwork on more accurate parser errorsUpdates
serde_jsonfrom 1.0.149 to 1.0.150Release notes
Sourced from serde_json's releases.
Commits
a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintdc8003aRaise required compiler for preserve_order feature to 1.85a42fa98Unpin CI miri toolchain684a60ePin CI miri to nightly-2026-02-117c7da33Raise required compiler to Rust 1.71acf4850Simplify Number::is_f646b8ceabResolve unnecessary_map_or clippy lintUpdates
bitflagsfrom 2.11.1 to 2.12.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
9196a3aMerge pull request #488 from bitflags/cargo/2.12.15626df4prepare for 2.12.1 releasea5d3d5eMerge pull request #487 from bitflags/fix/macro-expansion241a8e0add a few docs for tt-munchers1d21383namaespace #[flag_name] under #[bitflags()]e4ed635remove workaround for 2023 rustdoc issue4a70da8reorganize compile-pass testsf5431f0restore flag_name tests3586917consolidate more allowsa9b198ealign other repro case with new formatUpdates
watfrom 1.250.0 to 1.251.0Release notes
Sourced from wat's releases.
Commits
a1a178aRelease wasm-tools 1.251.0 (#2534)d0cee45wit-parser: rust docs for ItemName, and instance_name argument doing the obvi...de09ad2wasm-wave: parse wit ItemNames as UntypedFuncCall names (#2530)a7be6dbwit-parser: add ItemName type and parser (#2529)0ffb828wasm-wave: catch error in UntypedFuncCall::to_wasm_params (#2528)b65e5dfFix grammar typo in wit-dylib README.md (#2527)c4b6f68Support components with custom page sizes (#2524)2b0ff17wit-parser: don't panic on a re-exported imported resource (#2526)