Update itertools dependency for game_of_life example

This commit is contained in:
Héctor Ramón Jiménez 2023-11-15 10:27:26 +01:00
parent b474a2b7a7
commit 7dd32f3be4
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -9,7 +9,7 @@ publish = false
iced.workspace = true
iced.features = ["debug", "canvas", "tokio"]
itertools = "0.11"
itertools = "0.12"
rustc-hash.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing-subscriber = "0.3"