From 6037ea40c90e0a8ea47ff0dc13f3fb11b8bff6b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 15:25:03 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22.1 --- 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 f1dab7b7..f6980c15 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -30,7 +30,7 @@ url = "2.5.4" simplelog = "0.12.2" once_cell = "1.20.2" rust-i18n = "3.1.2" -base64 = "0.21" +base64 = "0.22.1" tauri-plugin-window-state = { version = "2.2.0" } open = "5.3.0" font-kit = "0.14.2"