From d976d843389726b9bfdf0d7aabddcf94fcfeee63 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 29 Oct 2023 02:04:49 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.21.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1d1d7a5..bb4155e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = [ # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -base64 = "0.21.2" +base64 = "0.21.5" bytes = { version = "1.4.0", features = ["serde"] } chrono = "0.4.26" log = "0.4.20"