From df5495879db58a21ab0c860005d20b81158f9964 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sun, 10 Feb 2019 17:58:37 +0100 Subject: [PATCH] chore: Update itertools to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 262d388..372785c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ base64 = "0.9" chrono = "0.4" hyper = "0.10.2" hyper-native-tls = "0.3" -itertools = "0.7" +itertools = "0.8" log = "0.3" openssl = {version = "0.10", optional = true} rustls = {version = "0.14", optional = true}