From 16d437f6d759a0dae1ef6d5eb66467e5263e5d98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Mar 2024 03:43:28 +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 bde482e7..c96386e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ nom = { version = "7.1.3", features = ["alloc"] } # clipboard arboard = "3.3.1" -base64 = "0.21" +base64 = "0.22" # tui async-trait = "0.1"