diff --git a/Cargo.lock b/Cargo.lock index 18a89bb..d9af0eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -469,9 +469,9 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" [[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/Cargo.toml b/Cargo.toml index f716546..d1e606c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ difference = "2.0.0" dirs = "5.0.1" dunce = "1.0.5" id3 = "1.16.0" -itertools = "0.13.0" +itertools = "0.14.0" rand = "0.8.5" rayon = "1.10.0" regex = "1.11.1"