build(deps): bump the cargo group across 1 directory with 2 updates - #41
Closed
dependabot[bot] wants to merge 1 commit into
Closed
build(deps): bump the cargo group across 1 directory with 2 updates#41dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-8198a12feb
branch
5 times, most recently
from
August 18, 2026 23:03
85fb102 to
7a3adfe
Compare
Bumps the cargo group with 2 updates in the / directory: [bevy](https://github.com/bevyengine/bevy) and [taffy](https://github.com/DioxusLabs/taffy). Updates `bevy` from 0.19.0 to 0.19.1 - [Release notes](https://github.com/bevyengine/bevy/releases) - [Commits](bevyengine/bevy@v0.19.0...v0.19.1) Updates `taffy` from 0.10.1 to 0.13.0 - [Release notes](https://github.com/DioxusLabs/taffy/releases) - [Changelog](https://github.com/DioxusLabs/taffy/blob/main/CHANGELOG.md) - [Commits](DioxusLabs/taffy@v0.10.1...v0.13.0) --- updated-dependencies: - dependency-name: bevy dependency-version: 0.19.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: taffy dependency-version: 0.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/cargo-8198a12feb
branch
from
August 19, 2026 12:45
7a3adfe to
beeb2af
Compare
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 cargo group with 2 updates in the / directory: bevy and taffy.
Updates
bevyfrom 0.19.0 to 0.19.1Release notes
Sourced from bevy's releases.
Commits
b56fc29Release Bevy 0.19.15fb708aFix normalization in SSAO calculation (#25334)201c54bFix documented despawn lifecycle event order (#25367)9b7e4b6add "wayland-data-control" feature to arboard, if "wayland" feature set (#25361)68f37acFix incorrecttextureGatherargument in SSAO (#25338)5760205Fix 2D flicker by always dequeueing retained phase items (#25163) (#25253)d16240dFix shader out of bounds accesses (#25252)56b2fafProperly layer emission under clearcoat (#25256)a1632f4Fixbinding_arrays_are_usablecheck (#25261)101149fUseNoneinstead ofConfinedfallback forCursorGrabMode(#25273)Updates
taffyfrom 0.10.1 to 0.13.0Release notes
Sourced from taffy's releases.
... (truncated)
Changelog
Sourced from taffy's changelog.
... (truncated)
Commits
45a5629Prepare for v0.13.0 release (#1080)7957808Support self-start and self-end alignment keywords (#1077)b11b1bdAdd generated tests for float placement after sibling margins (#1079)9930638Exclude absolutely positioned children from implicit grid size estimate (#1075)9d9dcffAlign empty grids (all tracks collapsed) within the container (#1078)1dd3e83Add generated tests for abspos grid items in grids with gaps (#1073)5f2d500Fix static position of absolutely positioned flex children (#1072)1c539f8Fix abspos grid line resolution under content alignment (#1071)ac84daaDon't collapse float margins with the margins of its children (#1065)a7fb1c2Float placement: allow floats to overflow their containing block per CSS2 §9....