From 5ef13d18147852a649f1ff8a26383eff0637f796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Sun, 30 Dec 2018 13:56:21 +0000 Subject: [PATCH] Update itertools requirement from 0.7 to 0.8 Updates the requirements on [itertools](https://github.com/bluss/rust-itertools) to permit the latest version. - [Release notes](https://github.com/bluss/rust-itertools/releases) - [Commits](https://github.com/bluss/rust-itertools/commits/0.8.0) Signed-off-by: dependabot[bot] --- amethyst_gltf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst_gltf/Cargo.toml b/amethyst_gltf/Cargo.toml index 3a70fa7252..6d85838cbc 100644 --- a/amethyst_gltf/Cargo.toml +++ b/amethyst_gltf/Cargo.toml @@ -25,7 +25,7 @@ fnv = "1" gltf = "0.11" gfx = "0.17" hibitset = { version = "0.5.1", features = ["parallel"] } -itertools = "0.7" +itertools = "0.8" log = "0.4.6" mikktspace = { version = "0.1" } serde = { version = "1.0", features = ["derive"] }