mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
Update base64 requirement from 0.12.3 to 0.13.0 (#628)
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](https://github.com/marshallpierce/rust-base64/compare/v0.12.3...v0.13.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8f426b71c9
commit
271644a4f7
1 changed files with 1 additions and 1 deletions
|
@ -30,4 +30,4 @@ gltf = { version = "0.15.2", default-features = false, features = ["utils", "nam
|
|||
image = { version = "0.23.12", default-features = false }
|
||||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
base64 = "0.12.3"
|
||||
base64 = "0.13.0"
|
||||
|
|
Loading…
Reference in a new issue