From 1ab115707962fa2b703ff064e562631e7eceb7da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Oct 2022 12:11:29 +0000 Subject: [PATCH] Update base64 requirement from 0.12.3 to 0.13.1 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.1) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... 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 bbb88a2caae25..507ebe620bb13 100644 --- a/crates/bevy_gltf/Cargo.toml +++ b/crates/bevy_gltf/Cargo.toml @@ -22,4 +22,4 @@ bevy_render = { path = "../bevy_render", version = "0.2.1" } gltf = { version = "0.15.2", default-features = false, features = ["utils"] } thiserror = "1.0" anyhow = "1.0" -base64 = "0.12.3" +base64 = "0.13.1"