diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index 602d1be8ea..728fa3d30f 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -77,7 +77,7 @@ serde = { version = "1", features = [ ], default-features = false, optional = true } thiserror = { version = "2", default-features = false } derive_more = { version = "1", default-features = false, features = ["from"] } -smol_str = { version = "0.2", default-features = false, optional = true } +smol_str = { version = "0.3", default-features = false, optional = true } log = { version = "0.4", default-features = false } [lints] diff --git a/crates/bevy_input_focus/Cargo.toml b/crates/bevy_input_focus/Cargo.toml index 0b2ca53830..5e6a0e90de 100644 --- a/crates/bevy_input_focus/Cargo.toml +++ b/crates/bevy_input_focus/Cargo.toml @@ -74,7 +74,7 @@ thiserror = { version = "2", default-features = false } log = { version = "0.4", default-features = false } [dev-dependencies] -smol_str = "0.2" +smol_str = "0.3" [lints] workspace = true diff --git a/crates/bevy_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index 0f54d8cccf..64aaac7cfe 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -103,7 +103,7 @@ glam = { version = "0.29", default-features = false, features = [ "serde", ], optional = true } petgraph = { version = "0.7", features = ["serde-1"], optional = true } -smol_str = { version = "0.2.0", default-features = false, features = [ +smol_str = { version = "0.3.2", default-features = false, features = [ "serde", ], optional = true } uuid = { version = "1.13.1", default-features = false, optional = true, features = [ diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 2920c88361..7e2b8387ed 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -69,7 +69,7 @@ serde = { version = "1.0", features = [ raw-window-handle = { version = "0.6", features = [ "alloc", ], default-features = false } -smol_str = { version = "0.2", default-features = false } +smol_str = { version = "0.3", default-features = false } log = { version = "0.4", default-features = false } [target.'cfg(target_os = "android")'.dependencies]