From 6d0de24bc70e80974a14ce6921d93acb5e90bff9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 00:36:04 +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 503ee34..1205edb 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.3.0", features = ["serde"] } chrono = "0.4.23" log = "0.4.17"