From 0cfb7e7778d6ba63c7548b1d5a449ca15cbcb2bd Mon Sep 17 00:00:00 2001 From: Greg Burri Date: Mon, 5 Dec 2022 19:55:53 +0100 Subject: [PATCH] Update dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 292bbbd..410796d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -itertools = "0.9" +itertools = "0.10" threadpool = "1.8" regex = "1" -num = "0.3" +num = "0.4" num_enum = "0.5" \ No newline at end of file -- 2.45.2