Skip to content

Commit b67ab38

Browse files
Bump smol_str from 0.2.2 to 0.3.2
Bumps [smol_str](https://github.com/rust-analyzer/smol_str) from 0.2.2 to 0.3.2. - [Changelog](https://github.com/rust-analyzer/smol_str/blob/master/CHANGELOG.md) - [Commits](rust-analyzer/smol_str@v0.2.2...v0.3.2) --- updated-dependencies: - dependency-name: smol_str dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b857fb8 commit b67ab38

3 files changed

Lines changed: 27 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 25 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bevy-materialx-importer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bevy_reflect = { version = "0.14.0", default-features = false }
1414
bevy_asset = { version = "0.14.0", default-features = false }
1515
materialx-parser = { version = "0.1.0", path = "../materialx-parser" }
1616
thiserror = "2.0.3"
17-
smol_str = "0.2.2"
17+
smol_str = "0.3.2"
1818
tracing = "0.1.40"
1919

2020
[dev-dependencies]

materialx-parser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
thiserror = "2.0.3"
1212
roxmltree = "0.20.0"
1313
indexmap = "2.5.0"
14-
smol_str = "0.2.2"
14+
smol_str = "0.3.2"
1515
bevy_color = { version = "0.14.0", optional = true, default-features = false }
1616
bevy_reflect = { version = "0.14.0", optional = true, default-features = false }
1717

0 commit comments

Comments
 (0)