From 63ad33cba1d397f30a9c47c6bfe35cc0f28c486c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 20:00:50 +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"