From cda7a2c3bf8713930df1c441a7d766373156618c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:05:25 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 58debc9f..4d15ed1b 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.22.0" jsonwebtoken = "8.3.0" log = "0.4.21" openssl = "0.10.64"