From 9472a267271ca920c2f94e8973d7450812821af0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 20:44:29 +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 01bdf46..58fee2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ maintenance = { status = "actively-developed" } axum = "0.6.16" axum-core = "0.3.4" axum-sessions = "0.5.0" -base64 = "0.21.0" +base64 = "0.21.7" rand = "0.8.5" thiserror = "1.0.58" tokio = { version = "1.27.0", features = ["macros", "rt", "rt-multi-thread"] }