From c9c1dfd4468ec963d7f6017f94bf8c4b9d6a1a53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 21:20:50 +0000 Subject: [PATCH] Update accesskit requirement from 0.19 to 0.20 --- updated-dependencies: - dependency-name: accesskit dependency-version: 0.20.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- crates/bevy_a11y/Cargo.toml | 2 +- crates/bevy_core_widgets/Cargo.toml | 2 +- crates/bevy_feathers/Cargo.toml | 2 +- crates/bevy_ui/Cargo.toml | 2 +- crates/bevy_winit/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f047040bdc..1f03e2f6e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -617,7 +617,7 @@ hyper = { version = "1", features = ["server", "http1"] } http-body-util = "0.1" anyhow = "1" macro_rules_attribute = "0.2" -accesskit = "0.19" +accesskit = "0.20" nonmax = "0.5" [target.'cfg(not(target_family = "wasm"))'.dev-dependencies] diff --git a/crates/bevy_a11y/Cargo.toml b/crates/bevy_a11y/Cargo.toml index 70ee16cf77..7a9739fd7b 100644 --- a/crates/bevy_a11y/Cargo.toml +++ b/crates/bevy_a11y/Cargo.toml @@ -46,7 +46,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.17.0-dev", default-features = fa bevy_reflect = { path = "../bevy_reflect", version = "0.17.0-dev", default-features = false, optional = true } # other -accesskit = { version = "0.19", default-features = false } +accesskit = { version = "0.20", default-features = false } serde = { version = "1", default-features = false, features = [ "alloc", ], optional = true } diff --git a/crates/bevy_core_widgets/Cargo.toml b/crates/bevy_core_widgets/Cargo.toml index 01da19ae7c..e1cbf542b8 100644 --- a/crates/bevy_core_widgets/Cargo.toml +++ b/crates/bevy_core_widgets/Cargo.toml @@ -21,7 +21,7 @@ bevy_picking = { path = "../bevy_picking", version = "0.17.0-dev" } bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev" } # other -accesskit = "0.19" +accesskit = "0.20" [features] default = [] diff --git a/crates/bevy_feathers/Cargo.toml b/crates/bevy_feathers/Cargo.toml index 07d883704a..b13a3c4b01 100644 --- a/crates/bevy_feathers/Cargo.toml +++ b/crates/bevy_feathers/Cargo.toml @@ -30,7 +30,7 @@ bevy_window = { path = "../bevy_window", version = "0.17.0-dev" } bevy_winit = { path = "../bevy_winit", version = "0.17.0-dev" } # other -accesskit = "0.19" +accesskit = "0.20" [features] default = [] diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index a26821a20c..b1f7396da3 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -39,7 +39,7 @@ uuid = { version = "1.1", features = ["v4"], optional = true } thiserror = { version = "2", default-features = false } derive_more = { version = "2", default-features = false, features = ["from"] } smallvec = { version = "1", default-features = false } -accesskit = "0.19" +accesskit = "0.20" tracing = { version = "0.1", default-features = false, features = ["std"] } [features] diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 3ad2e4379e..af8e34f6ad 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -57,7 +57,7 @@ cfg-if = "1.0" raw-window-handle = "0.6" bytemuck = { version = "1.5", optional = true } wgpu-types = { version = "25", optional = true } -accesskit = "0.19" +accesskit = "0.20" tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_arch = "wasm32")'.dependencies]