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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-09-09 18:11:22 +00:00 committed by GitHub
parent 90bb1adeb2
commit 0c8d2dd574
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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]

View file

@ -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