From 426f3ce4d04c63469aab760934bebe85454ba690 Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:01:15 +0200 Subject: [PATCH] Update itertools and num-* crates --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 70be850..9ca6c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -69,12 +69,12 @@ fern = "0.6.2" glutin = { version = "0.32.0", optional = true } imgui = { git = "https://github.com/imgui-rs/imgui-rs.git", rev = "67f7f11363e62f09aa0e1288a17800e505860486" } image = { version = "0.24", default-features = false, features = ["png", "bmp"] } -itertools = "0.10" +itertools = "0.13.0" include-flate = "0.3.0" lazy_static = "1.4" lewton = { version = "0.10", optional = true } log = "0.4" -num-derive = "0.3" +num-derive = "0.4" num-traits = "0.2" open = "3.2" paste = "1.0"