From 8a137deae42f45be65cccfd02bbe7a4b57ee51f9 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 5 Apr 2021 21:18:21 +0200 Subject: [PATCH] Update dependencies --- 2020/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2020/Cargo.toml b/2020/Cargo.toml index bd823fa..9f99dbd 100644 --- a/2020/Cargo.toml +++ b/2020/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" [dependencies] bytecount = "0.6" clap = "3.0.0-beta.2" -itertools = "0.9" +itertools = "0.10" num-integer = "0.1" regex = "1"