From 080506b126ec52556d7f7f8ab7117e8a1e226b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:39:22 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4107290..0528442 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ mime = "0.3" reqwest = "0.11" log = "0.4" crc32c = "0.6" -base64 = "0.13" +base64 = "0.22" arrayref = "0.3" [dev-dependencies]