From 4892299279332aa4d2b722d5097f308d902becb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 17:16:31 +0000 Subject: [PATCH] cargo: update base64 requirement from 0.22 to 0.23 in /src-tauri 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] --- src-tauri/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 60d6cf3..88f34d8 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -70,7 +70,7 @@ security-framework-sys = "2.15" [dev-dependencies] tempfile = "3" -base64 = "0.22" # license_signing tests construct Ed25519 PEMs manually (issue #22) +base64 = "0.23" # license_signing tests construct Ed25519 PEMs manually (issue #22) # #112 egress-audit seam tests: mock AppHandle + local one-shot SSE server. # Dev-only feature unification — release builds keep tauri features = []. tauri = { version = "2", features = ["test"] }