From 3f47120a2b4c723da52486fe4ad75423094ceafa Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Jun 2023 06:24:52 +0000 Subject: [PATCH] fix(deps): update rust crate itertools to 0.11 --- yuki/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yuki/Cargo.toml b/yuki/Cargo.toml index 65d16a2..f6351b5 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.11" log = "0.4" num = "0.4" num_cpus = "1.15"