From ecbc5d5ca155fae5072f034f99b4575b9c878297 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 06:24:16 +0000 Subject: [PATCH] Update accesskit_winit requirement from 0.23 to 0.25 Updates the requirements on [accesskit_winit](https://github.com/AccessKit/accesskit) to permit the latest version. - [Release notes](https://github.com/AccessKit/accesskit/releases) - [Changelog](https://github.com/AccessKit/accesskit/blob/main/release-please-config.json) - [Commits](https://github.com/AccessKit/accesskit/compare/accesskit_winit-v0.23.0...accesskit_winit-v0.25.0) --- updated-dependencies: - dependency-name: accesskit_winit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_winit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index ff888332ab765..c77e66fe119da 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -50,7 +50,7 @@ bevy_image = { path = "../bevy_image", version = "0.16.0-dev", optional = true } # other # feature rwh_06 refers to window_raw_handle@v0.6 winit = { version = "0.30", default-features = false, features = ["rwh_06"] } -accesskit_winit = { version = "0.23", default-features = false, features = [ +accesskit_winit = { version = "0.25", default-features = false, features = [ "rwh_06", ] } approx = { version = "0.5", default-features = false }