From 4e3ccd77765e7e084360a831685c23186061d3f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 07:31:53 +0000 Subject: [PATCH] Update smol_str requirement from 0.2 to 0.3 Updates the requirements on [smol_str](https://github.com/rust-analyzer/smol_str) to permit the latest version. - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-analyzer/smol_str/compare/v0.2.0...v0.3.2) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_input/Cargo.toml | 2 +- crates/bevy_input_focus/Cargo.toml | 2 +- crates/bevy_reflect/Cargo.toml | 2 +- crates/bevy_window/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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]