Skip to content

Commit 5ad4942

Browse files
Update base64 requirement from 0.12.3 to 0.13.0
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Release notes](https://github.com/marshallpierce/rust-base64/releases) - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.12.3...v0.13.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1e9a054 commit 5ad4942

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_gltf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ gltf = { version = "0.15.2", default-features = false, features = ["utils"] }
2929
image = { version = "0.23.12", default-features = false }
3030
thiserror = "1.0"
3131
anyhow = "1.0"
32-
base64 = "0.12.3"
32+
base64 = "0.13.0"

0 commit comments

Comments
 (0)