From 01b96d32e9373dbc740aa75822d613cb642d7874 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:27:36 +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 9226979f..6f59649f 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ url = "2.5.2" simplelog = "0.12.2" once_cell = "1.19.0" rust-i18n = "3.0.1" -base64 = "0.21" +base64 = "0.22.1" tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } open = "5.3.0" font-kit = "0.14.2"