diff --git a/subprojects/rusted/Cargo.lock b/subprojects/rusted/Cargo.lock index 9f77a32..bcf7127 100644 --- a/subprojects/rusted/Cargo.lock +++ b/subprojects/rusted/Cargo.lock @@ -50,9 +50,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" [[package]] name = "itertools" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" dependencies = [ "either", ] diff --git a/subprojects/rusted/Cargo.toml b/subprojects/rusted/Cargo.toml index 3c4ab17..e383de0 100644 --- a/subprojects/rusted/Cargo.toml +++ b/subprojects/rusted/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" rust-version = "1.65.0" [dependencies] -itertools = "0.13" +itertools = "0.14" rayon = "1.10" regex = "1.10" # FIXME: see comment on top of 'sfml_example' module