diff --git a/Cargo.lock b/Cargo.lock index 02fee3c0..37a838d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -87,7 +87,7 @@ dependencies = [ "indicatif", "indoc", "inquire", - "itertools", + "itertools 0.14.0", "listenbrainz", "log", "macon", @@ -1729,6 +1729,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.14" @@ -1994,7 +2003,7 @@ dependencies = [ "const_format", "extend", "futures", - "itertools", + "itertools 0.13.0", "listenbrainz", "macon", "musicbrainz_db_lite_macros", diff --git a/Cargo.toml b/Cargo.toml index d478e579..4261c53d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ musicbrainz-db-lite = { branch = "develop", git = "https://github.com/RustyNova0 derive_builder = "0.20.2" inquire = "0.7.5" -itertools = "0.13.0" +itertools = "0.14.0" color-eyre = "0.6.3" rust_decimal = "1.36.0" rust_decimal_macros = "1.36.0"