From 11ccc8a8e3f808b07381ed3229dd768c267f2416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 17:01:58 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.21.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e143c64..55bb3a7 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.5" +base64 = "0.21.7" bytes = { version = "1.4.0", features = ["serde"] } chrono = "0.4.26" log = "0.4.20"