fix(deps): change once_cell version to 1 (#63)

* fix(deps): update rust crate once_cell to 1.17

* Change once_cell version to `1`

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Fabian-Lars <fabianlars@fabianlars.de>
This commit is contained in:
renovate[bot]
2023-01-07 16:04:17 +01:00
committed by GitHub
parent 2d670f70d9
commit 42aac5255a
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ tauri.workspace = true
log.workspace = true
thiserror.workspace = true
authenticator = "0.3.1"
once_cell = "1.9"
once_cell = "1"
sha2 = "0.10"
base64 = { version = "^0.13" }
u2f = "0.2"