From 3aa6e5503619a914e5c42c15f28f9630674eb04b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 12:33:33 +0200 Subject: [PATCH] fix(deps): update rust crate base64 to 0.22 (v1) (#1430) * fix(deps): update rust crate base64 to 0.22 * fix lockfile --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: FabianLars --- Cargo.lock | 2 +- plugins/authenticator/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6942ab187..a6811daf4c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4798,7 +4798,7 @@ name = "tauri-plugin-authenticator" version = "0.0.0" dependencies = [ "authenticator", - "base64 0.21.2", + "base64 0.22.0", "byteorder", "bytes", "chrono", 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"