From cbb590fecbdf75289f5f2af19f8aec41a4982ea3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:04:07 +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.1) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/bevy_input/Cargo.toml | 2 +- crates/bevy_reflect/Cargo.toml | 2 +- crates/bevy_window/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/crates/bevy_input/Cargo.toml b/crates/bevy_input/Cargo.toml index fbbec96a760ad..b67e25282092c 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -86,7 +86,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_reflect/Cargo.toml b/crates/bevy_reflect/Cargo.toml index c15784d22d3a0..276b1be8635e9 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -108,7 +108,7 @@ glam = { version = "0.29", default-features = false, features = [ "serde", ], optional = true } petgraph = { version = "0.6", 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 eb6dd3d782e81..984b5d506a42e 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]