From 94188af6a13fea588909a4b0525ca881fff19045 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 07:43:34 +0000 Subject: [PATCH] build(deps): update base64 requirement from 0.22 to 0.23 Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](https://github.com/marshallpierce/rust-base64/compare/v0.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/spz/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/spz/Cargo.toml b/crates/spz/Cargo.toml index ddd4c58..ced390a 100644 --- a/crates/spz/Cargo.toml +++ b/crates/spz/Cargo.toml @@ -64,7 +64,7 @@ plotters = { version = "0.3", default-features = false, features = [ "histogram", ] } gltf-json = { version = "1.4", default-features = true, features = ["names"] } -base64 = { version = "0.22", default-features = true, features = [] } +base64 = { version = "0.23", default-features = true, features = [] } [[bench]] name = "spz_bench"