Bump the minor-versions group across 1 directory with 6 updates#177
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the minor-versions group across 1 directory with 6 updates#177dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the minor-versions group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [walrus](https://github.com/rustwasm/walrus) | `0.26.0` | `0.26.1` | | [wat](https://github.com/bytecodealliance/wasm-tools) | `1.245.1` | `1.246.2` | | [insta](https://github.com/mitsuhiko/insta) | `1.47.1` | `1.47.2` | | [clap](https://github.com/clap-rs/clap) | `4.6.0` | `4.6.1` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.0` | `1.23.1` | | [assert_cmd](https://github.com/assert-rs/assert_cmd) | `2.2.0` | `2.2.1` | Updates `walrus` from 0.26.0 to 0.26.1 - [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.0...0.26.1) Updates `wat` from 1.245.1 to 1.246.2 - [Release notes](https://github.com/bytecodealliance/wasm-tools/releases) - [Commits](bytecodealliance/wasm-tools@v1.245.1...v1.246.2) Updates `insta` from 1.47.1 to 1.47.2 - [Release notes](https://github.com/mitsuhiko/insta/releases) - [Changelog](https://github.com/mitsuhiko/insta/blob/master/CHANGELOG.md) - [Commits](mitsuhiko/insta@1.47.1...1.47.2) Updates `clap` from 4.6.0 to 4.6.1 - [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.6.0...clap_complete-v4.6.1) Updates `uuid` from 1.23.0 to 1.23.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.0...v1.23.1) Updates `assert_cmd` from 2.2.0 to 2.2.1 - [Changelog](https://github.com/assert-rs/assert_cmd/blob/master/CHANGELOG.md) - [Commits](assert-rs/assert_cmd@v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: assert_cmd dependency-version: 2.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: clap dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: insta dependency-version: 1.47.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: uuid dependency-version: 1.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: walrus dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-versions - dependency-name: wat dependency-version: 1.246.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-versions ... Signed-off-by: dependabot[bot] <support@github.com>
785e1e6 to
f09a1e4
Compare
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
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 minor-versions group with 6 updates in the / directory:
0.26.00.26.11.245.11.246.21.47.11.47.24.6.04.6.11.23.01.23.12.2.02.2.1Updates
walrusfrom 0.26.0 to 0.26.1Release notes
Sourced from walrus's releases.
Commits
2b38e5f0.26.18e44bbdfix: restore deterministic type section ordering (#309)8beda9bfix (#307)Updates
watfrom 1.245.1 to 1.246.2Release notes
Sourced from wat's releases.
Commits
ee323ecRelease wasm-tools 1.246.2 (#2481)783c357Fix/refactor some stack-switching validation (#2478)6484e0bFix subtype check of linear memories to look at page sizes (#2477)b960a87Release wasm-tools 1.246.1 (#2476)4c88f66Make serde/yaml optional dependencies ofwasm-compose(#2475)26b0451Release wasm-tools 1.246.0 (#2474)d9c48db[wit-parser] Migrate to structured errors in the AST/package parser (#2465)9e5a085Disallow non-type/instance aliases in component/instance types (#2462)70d6683Include license files in packages (#2470)837dc0bValidate full offset for shared memories (#2472)Updates
instafrom 1.47.1 to 1.47.2Release notes
Sourced from insta's releases.
Changelog
Sourced from insta's changelog.
Commits
0ddf1e8Release 1.47.2 (#894)094b1cfRevert Arc→Rc change, restore Send + Sync on Settings (#893)65a5233Add regression test for sort_maps not sorting Vecs (#892)Updates
clapfrom 4.6.0 to 4.6.1Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
1420275chore: Released2c817ddocs: Update changelogf88c94eMerge pull request #6341 from epage/sepacbb822fix(complete): Reduce risk of conflict with actual subcommandsa49fadbrefactor(complete): Pull out subcommand separatorddc008bMerge pull request #6332 from epage/update497dc50chore: Update compatible dependenciesdca2326Merge pull request #6331 from clap-rs/renovate/j178-prek-action-2.x54bdaa3chore(deps): Update j178/prek-action action to v2f0d30d9chore: ReleaseUpdates
uuidfrom 1.23.0 to 1.23.1Release notes
Sourced from uuid's releases.
Commits
ca0c85fMerge pull request #879 from uuid-rs/cargo/v1.23.1b4db015prepare for 1.23.1 release771069dMerge pull request #878 from aznashwan/fix-from-gregorian-deprecation-note80994a2fix: Timestamp::from_gregorian deprecation note90c5be8Merge pull request #877 from guybedford/remove-wasm-bindgen-msrv8b8c4f4Remove deprecated feature from wasm-bindgen dependencyUpdates
assert_cmdfrom 2.2.0 to 2.2.1Changelog
Sourced from assert_cmd's changelog.
Commits
eea8a1cchore: Release assert_cmd version 2.2.1cd6828cdocs: Update changelogc771f78Merge pull request #286 from assert-rs/renovate/j178-prek-action-2.x4d63465chore(deps): Update j178/prek-action action to v24728aeaMerge pull request #284 from sendittothenewts/anstream-v11e5a36fchore(deps): Drop support for Rust crate anstream v0.62429682chore(deps): Update Rust crate anstream to v1