diff --git a/Cargo.lock b/Cargo.lock index 0e03b32..3c46076 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -439,9 +439,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[package]] name = "itertools" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" dependencies = [ "either", ] diff --git a/limpid/Cargo.toml b/limpid/Cargo.toml index 4a16eb7..eb1c655 100644 --- a/limpid/Cargo.toml +++ b/limpid/Cargo.toml @@ -18,4 +18,4 @@ indicatif = "0.17" tempfile = "3.8" camino = "1.1.10" pico-args = "0.5.0" -itertools = "0.14.0" +itertools = "0.15.0"