From 3ff06d88acf90e3ac64dfed2ae934847f3426f1b Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Sat, 7 Jan 2023 16:03:04 +0100 Subject: [PATCH] Change once_cell version to `1` --- plugins/authenticator/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/authenticator/Cargo.toml b/plugins/authenticator/Cargo.toml index b156972c..0df4e4b1 100644 --- a/plugins/authenticator/Cargo.toml +++ b/plugins/authenticator/Cargo.toml @@ -16,7 +16,7 @@ tauri.workspace = true log.workspace = true thiserror.workspace = true authenticator = "0.3.1" -once_cell = "1.17" +once_cell = "1" sha2 = "0.10" base64 = { version = "^0.13" } u2f = "0.2"