Bump accesskit to 0.25.0 and accesskit_winit to 0.34.0 - #25807
Merged
alice-i-cecile merged 2 commits intoSep 16, 2026
Merged
alice-i-cecile merged 2 commits into
alice-i-cecile merged 2 commits into
Conversation
Updates the requirements on [accesskit](https://github.com/AccessKit/accesskit) and [accesskit_winit](https://github.com/AccessKit/accesskit) to permit the latest version. Updates `accesskit` to 0.25.0 - [Release notes](https://github.com/AccessKit/accesskit/releases) - [Commits](AccessKit/accesskit@accesskit-v0.24.0...accesskit-v0.25.0) Updates `accesskit_winit` to 0.34.0 - [Release notes](https://github.com/AccessKit/accesskit/releases) - [Commits](AccessKit/accesskit@accesskit_winit-v0.33.0...accesskit_winit-v0.34.0) --- updated-dependencies: - dependency-name: accesskit dependency-version: 0.25.0 dependency-type: direct:production dependency-group: accesskit - dependency-name: accesskit_winit dependency-version: 0.34.0 dependency-type: direct:production dependency-group: accesskit ... Signed-off-by: dependabot[bot] <support@github.com>
mnmaita
force-pushed
the
mnmaita/dependabot/cargo/accesskit-a14cc7c539
branch
from
September 16, 2026 13:06
afd075f to
f2b9c60
Compare
alice-i-cecile
approved these changes
Sep 16, 2026
gregcsokas
pushed a commit
to gregcsokas/bevy
that referenced
this pull request
Sep 21, 2026
) # Objective - Closes bevyengine#25749 ## Solution - Migrated code to support latest accesskit crate versions. ## Testing - Will check CI once it's green. Looks like there are no breaking changes, just dependency updates and MSRV bump. --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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.
Objective
Solution
Testing