mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-06-06 13:53:54 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user