From 5b554f70626a2e62771ad5a49671b22a804e3f0b Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Thu, 23 Nov 2017 09:18:24 +0200 Subject: [PATCH] itertools: update to 0.7 --- src/plugins/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/Cargo.toml b/src/plugins/Cargo.toml index 7f901b7..8c57c72 100644 --- a/src/plugins/Cargo.toml +++ b/src/plugins/Cargo.toml @@ -15,7 +15,7 @@ description = "Plugins for tarpc, an RPC framework for Rust with a focus on ease travis-ci = { repository = "google/tarpc" } [dependencies] -itertools = "0.6" +itertools = "0.7" [lib] plugin = true