mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
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:
parent
90bb1adeb2
commit
0c8d2dd574
3 changed files with 3 additions and 3 deletions
|
@ -37,7 +37,7 @@ bevy_reflect = { path = "../bevy_reflect", version = "0.15.0-dev", features = [
|
||||||
# other
|
# other
|
||||||
serde = { version = "1", features = ["derive"], optional = true }
|
serde = { version = "1", features = ["derive"], optional = true }
|
||||||
thiserror = "1.0"
|
thiserror = "1.0"
|
||||||
smol_str = "0.2"
|
smol_str = "0.3"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
|
@ -41,7 +41,7 @@ smallvec = { version = "1.11", optional = true }
|
||||||
|
|
||||||
glam = { version = "0.28", features = ["serde"], optional = true }
|
glam = { version = "0.28", features = ["serde"], optional = true }
|
||||||
petgraph = { version = "0.6", features = ["serde-1"], 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"] }
|
uuid = { version = "1.0", optional = true, features = ["v4", "serde"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
|
@ -27,7 +27,7 @@ bevy_utils = { path = "../bevy_utils", version = "0.15.0-dev" }
|
||||||
# other
|
# other
|
||||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||||
raw-window-handle = "0.6"
|
raw-window-handle = "0.6"
|
||||||
smol_str = "0.2"
|
smol_str = "0.3"
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
workspace = true
|
workspace = true
|
||||||
|
|
Loading…
Reference in a new issue