From 89d99733283164fef31167d3b22613f6661aea8c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 26 Mar 2024 17:01:21 +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 203a90a..4729092 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.36" clap = { version = "2.34.0", features = ["yaml"] } colored = "2.1.0"