From 0c8d2dd57480381fc7b71c23f92443ad5333bcfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 18:11:22 +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 9abf8db299..614082077e 100644 --- a/crates/bevy_input/Cargo.toml +++ b/crates/bevy_input/Cargo.toml @@ -37,7 +37,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.15.0-dev", features = [ # other serde = { version = "1", features = ["derive"], optional = true } thiserror = "1.0" -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 c86a92e852..0fc413df0e 100644 --- a/crates/bevy_reflect/Cargo.toml +++ b/crates/bevy_reflect/Cargo.toml @@ -41,7 +41,7 @@ smallvec = { version = "1.11", optional = true } glam = { version = "0.28", features = ["serde"], optional = true } petgraph = { version = "0.6", features = ["serde-1"], optional = true } -smol_str = { version = "0.2.0", features = ["serde"], optional = true } +smol_str = { version = "0.3.1", features = ["serde"], optional = true } uuid = { version = "1.0", optional = true, features = ["v4", "serde"] } [dev-dependencies] diff --git a/crates/bevy_window/Cargo.toml b/crates/bevy_window/Cargo.toml index 8c922a9c3d..4d7a9a3ff5 100644 --- a/crates/bevy_window/Cargo.toml +++ b/crates/bevy_window/Cargo.toml @@ -27,7 +27,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" } # other serde = { version = "1.0", features = ["derive"], optional = true } raw-window-handle = "0.6" -smol_str = "0.2" +smol_str = "0.3" [lints] workspace = true