build(deps): bump the cargo group across 1 directory with 3 updates - #63
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump the cargo group across 1 directory with 3 updates#63dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the cargo group with 3 updates in the / directory: [bevy](https://github.com/bevyengine/bevy), [bevy_egui](https://github.com/vladbat00/bevy_egui) 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 `bevy_egui` from 0.41.1 to 0.42.0 - [Release notes](https://github.com/vladbat00/bevy_egui/releases) - [Changelog](https://github.com/vladbat00/bevy_egui/blob/main/CHANGELOG.md) - [Commits](vladbat00/bevy_egui@v0.41.1...v0.42.0) 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: bevy_egui dependency-version: 0.42.0 dependency-type: direct:production update-type: version-update:semver-minor 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-42abb19f1a
branch
from
August 21, 2026 05:17
b7c3a3b to
9255764
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 cargo group with 3 updates in the / directory: bevy, bevy_egui 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
bevy_eguifrom 0.41.1 to 0.42.0Release notes
Sourced from bevy_egui's releases.
Changelog
Sourced from bevy_egui's changelog.
Commits
cfc6f33Bump to 0.42.0c8f6465Remove deprecated items, fix panics when using theDisabledcomponent (#497)fdd3fabUpdate to egui 0.36 (#493)f93a52cPreserve cursor and mouse button event order (#496)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....