From 5ad4942dfd0215b57935db098be519ff5009eb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Nov 2020 03:09:58 +0000 Subject: [PATCH] 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](https://github.com/marshallpierce/rust-base64/compare/v0.12.3...v0.13.0) Signed-off-by: dependabot[bot] --- crates/bevy_gltf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bevy_gltf/Cargo.toml b/crates/bevy_gltf/Cargo.toml index 65f7f9563a8bd..c4aa08ddfda38 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -29,4 +29,4 @@ gltf = { version = "0.15.2", default-features = false, features = ["utils"] } image = { version = "0.23.12", default-features = false } thiserror = "1.0" anyhow = "1.0" -base64 = "0.12.3" +base64 = "0.13.0"