From 6533c1911d8c100d3d4e30a9a28fcd46ba48503c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 20:48:15 +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 f047040bdc9f7..1f03e2f6e821a 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 70ee16cf77cfc..7a9739fd7ba05 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 186b2ec820d23..cb3f842a4fb97 100644 --- a/crates/bevy_core_widgets/Cargo.toml +++ b/crates/bevy_core_widgets/Cargo.toml @@ -23,7 +23,7 @@ bevy_ui = { path = "../bevy_ui", version = "0.17.0-dev", features = [ ] } # other -accesskit = "0.19" +accesskit = "0.20" [features] default = [] diff --git a/crates/bevy_feathers/Cargo.toml b/crates/bevy_feathers/Cargo.toml index 07d883704ac73..b13a3c4b01005 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 a26821a20c4be..b1f7396da326d 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 3ad2e4379e114..af8e34f6ad6e4 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]