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] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-03-10 07:31:53 +00:00 committed by GitHub
parent 3b9e2e640f
commit 4e3ccd7776
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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