summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-15 10:27:26 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2023-11-15 10:27:26 +0100
commit7dd32f3be43c72e11dac5e07918e9ad6d36b6555 (patch)
treee104a2cf1118f6fb1a63c7b9cb7d51e0aff27f89 /examples/game_of_life
parentb474a2b7a763dcde6a377cb409001a7b5285ee8d (diff)
downloadiced-7dd32f3be43c72e11dac5e07918e9ad6d36b6555.tar.gz
iced-7dd32f3be43c72e11dac5e07918e9ad6d36b6555.tar.bz2
iced-7dd32f3be43c72e11dac5e07918e9ad6d36b6555.zip
Update `itertools` dependency for `game_of_life` example
Diffstat (limited to 'examples/game_of_life')
-rw-r--r--examples/game_of_life/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/game_of_life/Cargo.toml b/examples/game_of_life/Cargo.toml
index 9b291de8..7596844c 100644
--- a/examples/game_of_life/Cargo.toml
+++ b/examples/game_of_life/Cargo.toml
@@ -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"