diff --git a/Cargo.toml b/Cargo.toml index 54f99d37b5a77..25c2c2ce05e9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -748,7 +748,7 @@ argh = "0.1.12" thiserror = "2.0" event-listener = "5.3.0" anyhow = "1" -accesskit = "0.21" +accesskit = "0.22" nonmax = "0.5" gltf = "1.4" diff --git a/crates/bevy_a11y/Cargo.toml b/crates/bevy_a11y/Cargo.toml index 4d36eeecc1011..e2693cd6581ae 100644 --- a/crates/bevy_a11y/Cargo.toml +++ b/crates/bevy_a11y/Cargo.toml @@ -46,7 +46,7 @@ bevy_ecs = { path = "../bevy_ecs", version = "0.18.0-dev", default-features = fa bevy_reflect = { path = "../bevy_reflect", version = "0.18.0-dev", default-features = false, optional = true } # other -accesskit = { version = "0.21", default-features = false } +accesskit = { version = "0.22", default-features = false } serde = { version = "1", default-features = false, features = [ "alloc", ], optional = true } diff --git a/crates/bevy_feathers/Cargo.toml b/crates/bevy_feathers/Cargo.toml index bdcf8868c95da..cf5f9516eb26f 100644 --- a/crates/bevy_feathers/Cargo.toml +++ b/crates/bevy_feathers/Cargo.toml @@ -35,7 +35,7 @@ bevy_derive = { path = "../bevy_derive", version = "0.18.0-dev" } smol_str = { version = "0.2", default-features = false } # other -accesskit = "0.21" +accesskit = "0.22" [features] default = [] diff --git a/crates/bevy_ui/Cargo.toml b/crates/bevy_ui/Cargo.toml index 155699b82a154..c311b82e0e564 100644 --- a/crates/bevy_ui/Cargo.toml +++ b/crates/bevy_ui/Cargo.toml @@ -48,7 +48,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.21" +accesskit = "0.22" tracing = { version = "0.1", default-features = false, features = ["std"] } [dev-dependencies] diff --git a/crates/bevy_ui_widgets/Cargo.toml b/crates/bevy_ui_widgets/Cargo.toml index 2b6849bb15216..a3b247ed97043 100644 --- a/crates/bevy_ui_widgets/Cargo.toml +++ b/crates/bevy_ui_widgets/Cargo.toml @@ -23,7 +23,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.18.0-dev" } bevy_ui = { path = "../bevy_ui", version = "0.18.0-dev" } # other -accesskit = "0.21" +accesskit = "0.22" [features] default = [] diff --git a/crates/bevy_winit/Cargo.toml b/crates/bevy_winit/Cargo.toml index 6855cfce2314f..fe1d5ada7d79a 100644 --- a/crates/bevy_winit/Cargo.toml +++ b/crates/bevy_winit/Cargo.toml @@ -69,7 +69,7 @@ accesskit_winit = { version = "0.29", default-features = false, features = [ ] } approx = { version = "0.5", default-features = false } cfg-if = "1.0" -accesskit = "0.21" +accesskit = "0.22" tracing = { version = "0.1", default-features = false, features = ["std"] } [target.'cfg(target_os = "android")'.dependencies]