From 99e5428af5b14f812c8f77d4b37d2073e7a3bc0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 16:28:03 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20Rust=20crate=20ba?= =?UTF-8?q?se64=20to=200.22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 9a0eb18..efe3aea 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -31,7 +31,7 @@ infer = { version = "0.15", default-features = false } warp = "0.3" reqwest = "0.11" regex = "1.10" -base64 = "0.21" +base64 = "0.22" sha2 = "0.10" url = "2.5"