From 6d293021e2f148ed774af9e5c4fc5b9653452c77 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 5 May 2024 09:32:15 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.12 --- yuki/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yuki/Cargo.toml b/yuki/Cargo.toml index 65d16a2..fa20dd8 100644 --- a/yuki/Cargo.toml +++ b/yuki/Cargo.toml @@ -18,7 +18,7 @@ imgui = { git = "https://github.com/imgui-rs/imgui-rs", rev = "5fa0f27" } # Depends on glium internally, has to match ours imgui-glium-renderer = { git = "https://github.com/imgui-rs/imgui-rs", rev = "5fa0f27" } imgui-winit-support = { git = "https://github.com/imgui-rs/imgui-rs", rev = "5fa0f27" } -itertools = "0.10" +itertools = "0.12" log = "0.4" num = "0.4" num_cpus = "1.15"