Updated deps

This commit is contained in:
2024-05-18 12:23:51 +03:00
parent 25b02ba99a
commit b035a240a3
2 changed files with 46 additions and 37 deletions

View File

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