From 486e645cc4a8aff5ac362f3b81afc47e9aa69755 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 10 Mar 2024 18:45:36 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65a8dec..664257d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ readme = "README.md" [dependencies] # atty = "0.2.14" async-std = "1.12.0" -base64 = "0.13.0" +base64 = "0.22.0" chrono = "0.4.35" clap = { version = "2.34.0", features = ["yaml"] } colored = "2.1.0"