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 <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2024-06-04 12:33:33 +02:00
committed by GitHub
parent 7093a4d9ff
commit 3aa6e55036
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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"