From 4e9ceda919bdd708a0f7bd5bab8a05fddda94fb6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:24:46 +0000 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22 --- plugins/authenticator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index b8b039ef7f..e7cdc77b61 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -18,7 +18,7 @@ thiserror = { workspace = true } authenticator = "0.3.1" once_cell = "1" sha2 = "0.10" -base64 = "0.21" +base64 = "0.22" chrono = "0.4" bytes = "1" byteorder = "1"