Updated to Rust 1.80 and changed to LazyLock

This commit is contained in:
2024-07-25 17:45:36 +03:00
parent 4121857854
commit 5c789533e3
4 changed files with 6 additions and 11 deletions

View File

@@ -29,7 +29,6 @@ dotenvy = "0.15"
futures = "0.3"
hex = "0.4"
itertools = "0.13"
once_cell = { version = "1", features = ["parking_lot"] }
parking_lot = "0.12"
pbkdf2 = { version = "0.12", features = ["parallel"] }
rand = { version = "0.8", default-features = false, features = [