From 04e0f7cc9739500af2f7d11daa7809e5ae72efac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 12:38:31 +0000 Subject: [PATCH] Update Rust crate base64 to 0.22 --- 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 abd9c1b0e..dec48cc04 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -29,7 +29,7 @@ url = "2.5" simplelog = "0.12" once_cell = "1.19.0" rust-i18n = "3" -base64 = "0.21" +base64 = "0.22" tauri-plugin-window-state = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v1" } [features]