From 6b6b51e06c866815fd95ac09ddbea28fc6b00044 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 02:05: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 c09154ac..7ea1769c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.0.0-development" edition = "2021" [dependencies] -base64 = "0.13.1" +base64 = "0.21.7" jsonwebtoken = "8.3.0" log = "0.4.21" openssl = "0.10.64"