summaryrefslogtreecommitdiffstats
path: root/examples/game_of_life
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 03:15:02 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-09-07 03:15:02 +0200
commitd315e27451d46a815d18ed6037547d178413ede7 (patch)
treec6943467de79a86a9f2e789f124ccebe9966a43d /examples/game_of_life
parent8cfad86ec1bb8d6f65eeec051e59b3ade982ef36 (diff)
downloadiced-d315e27451d46a815d18ed6037547d178413ede7.tar.gz
iced-d315e27451d46a815d18ed6037547d178413ede7.tar.bz2
iced-d315e27451d46a815d18ed6037547d178413ede7.zip
Update example dependencies
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 f8d21c65..9b291de8 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.9"
+itertools = "0.11"
rustc-hash.workspace = true
tokio = { workspace = true, features = ["sync"] }
tracing-subscriber = "0.3"