Update dependencies.

This commit is contained in:
Johannes
2022-03-21 21:58:56 +01:00
parent 49b43a4fed
commit 333d99539d
2 changed files with 33 additions and 49 deletions

View File

@@ -7,6 +7,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
itertools = "0.8.2"
regex = "1.3.1"
num-integer = "0.1"
itertools = "0.10.3"
regex = "1.5.5"
num-integer = "0.1.44"