From dfb9ac792c02212d4cec773d7b841ff6c3cb1438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 10:53:54 -0500 Subject: [PATCH] Update base64 requirement from 0.21 to 0.22 (#580) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rend3-gltf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rend3-gltf/Cargo.toml b/rend3-gltf/Cargo.toml index ae986da9..e85a1c3c 100644 --- a/rend3-gltf/Cargo.toml +++ b/rend3-gltf/Cargo.toml @@ -16,7 +16,7 @@ default = ["ddsfile", "ktx2"] [dependencies] arrayvec = "0.7" -base64 = "0.21" +base64 = "0.22" bytemuck = "1" ddsfile = { version = "0.5", optional = true } float-ord = "0.3.2"