Updated dependencies.

This commit is contained in:
2023-11-12 12:36:02 +01:00
parent f472ace665
commit c4ae25d579
3 changed files with 252 additions and 103 deletions

View File

@@ -5,9 +5,9 @@ authors = ["Johannes <jschaef@mail.uni-paderborn.de>"]
edition = "2021"
[dependencies]
regex = "1.1.0"
chrono = "0.4.6"
itertools = "0.7.11"
regex = "1.10.2"
chrono = "0.4.31"
itertools = "0.11.0"
gcd = "1.1.0"
lazy_static = "1.2.0"
lazy_static = "1.4.0"
bmp = "0.5.0"