Updated itertools and other deps

This commit is contained in:
StNicolay 2023-11-16 17:11:28 +03:00
parent 3819f68b15
commit f0116b3207
Signed by: StNicolay
GPG Key ID: 9693D04DCD962B0D
2 changed files with 398 additions and 341 deletions

737
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -21,7 +21,7 @@ dotenvy = "0.15"
entity = { version = "0.1", path = "entity" } entity = { version = "0.1", path = "entity" }
futures = "0.3" futures = "0.3"
hex = "0.4" hex = "0.4"
itertools = "0.11" itertools = "0.12"
log = "0.4" log = "0.4"
migration = { version = "0.2", path = "migration" } migration = { version = "0.2", path = "migration" }
parking_lot = "0.12" parking_lot = "0.12"