From ac6f73ccd2cc9c63542b61e754d91b593de6e910 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 01:48:23 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.21.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e8b6ecc..5c847fa 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.0" +base64 = "0.21.2" bytes = { version = "1.4.0", features = ["serde"] } chrono = "0.4.26" log = "0.4.19"