fix(deps): update rust crate base64 to ^0.21.0 (#284)

* fix(deps): update rust crate base64 to ^0.21.0

* update to new functions

---------

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]
2023-03-20 14:03:35 +01:00
committed by GitHub
parent 9b70a79b2c
commit 5a6abd3203
4 changed files with 20 additions and 23 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ thiserror.workspace = true
authenticator = "0.3.1"
once_cell = "1"
sha2 = "0.10"
base64 = { version = "^0.13" }
base64 = "0.21"
u2f = "0.2"
chrono = "0.4"