diff --git a/yuki/Cargo.toml b/yuki/Cargo.toml index 65d16a2..d7b724f 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.1" log = "0.4" num = "0.4" num_cpus = "1.15"