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

pull/284/head
renovate[bot] 2 years ago committed by GitHub
parent 9b70a79b2c
commit ddff9f36a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
Cargo.lock generated

@ -4287,7 +4287,7 @@ name = "tauri-plugin-authenticator"
version = "0.1.0"
dependencies = [
"authenticator",
"base64 0.13.1",
"base64 0.21.0",
"chrono",
"log",
"once_cell",

@ -18,7 +18,7 @@ thiserror.workspace = true
authenticator = "0.3.1"
once_cell = "1"
sha2 = "0.10"
base64 = { version = "^0.13" }
base64 = { version = "^0.21.0" }
u2f = "0.2"
chrono = "0.4"

Loading…
Cancel
Save