rust/lib-hedgewars-engine/Cargo.toml
changeset 15891 d52f5d8e75e6
parent 15284 ae8e14d14596
child 15893 5b3beb90e1a6
--- a/rust/lib-hedgewars-engine/Cargo.toml	Sat Nov 12 15:40:20 2022 +0100
+++ b/rust/lib-hedgewars-engine/Cargo.toml	Sat Nov 12 21:12:14 2022 +0100
@@ -7,7 +7,7 @@
 [dependencies]
 gl = "0.11"
 netbuf = "0.4"
-itertools = "0.8"
+itertools = "0.10"
 png = "0.13"
 
 fpnum = { path = "../fpnum" }