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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-07-14 21:20:50 +00:00 committed by GitHub
parent 0294fa89db
commit c9c1dfd446
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -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]

View File

@ -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 }

View File

@ -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 = []

View File

@ -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 = []

View File

@ -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]

View File

@ -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]