diff --git a/crates/bevy_text/Cargo.toml b/crates/bevy_text/Cargo.toml index 4a8a5201c9c62..bc6aea93f300e 100644 --- a/crates/bevy_text/Cargo.toml +++ b/crates/bevy_text/Cargo.toml @@ -30,7 +30,7 @@ bevy_platform = { path = "../bevy_platform", version = "0.19.0-dev", default-fea # other wgpu-types = { version = "28", default-features = false } -cosmic-text = { version = "0.16", features = ["shape-run-cache"] } +cosmic-text = { version = "0.17", features = ["shape-run-cache"] } thiserror = { version = "2", default-features = false } serde = { version = "1", features = ["derive"] } smallvec = { version = "1", default-features = false }