From 35fc95b066c23c6723efd00084fc31f35a95baf2 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 25 Jul 2018 22:45:25 +0200 Subject: [PATCH] deps: update itertools to 0.7 Signed-off-by: Igor Gnatenko --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 09a2669..0b1ee87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ base64 = "0.9" chrono = "0.2" hyper = "0.10.2" hyper-rustls = "0.6.1" -itertools = "0.4" +itertools = "0.7" log = "0.3" rustls = "0.9.0" serde = "1.0"