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>
pull/1435/head
renovate[bot] 1 year ago committed by GitHub
parent 7093a4d9ff
commit 3aa6e55036
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
Cargo.lock generated

@ -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",

@ -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"

Loading…
Cancel
Save