From cc007524a0ba0657162f0a186c09983cf8f2a4ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:18:15 +0000 Subject: [PATCH 1/2] 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 b8b039ef7..e7cdc77b6 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" From 9501e7b73cc22a1df89252ab80494ff3ce770efd Mon Sep 17 00:00:00 2001 From: FabianLars Date: Tue, 4 Jun 2024 12:30:40 +0200 Subject: [PATCH 2/2] fix lockfile --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index e6942ab18..a6811daf4 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",