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"] }