diff --git a/Cargo.lock b/Cargo.lock index f876107..c0d5f00 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -949,6 +949,15 @@ dependencies = [ "either", ] +[[package]] +name = "itertools" +version = "0.15.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "8b4baf93f58d4425749ca49a51c50ebab072c5df6994d08fed93541c331481dc" +dependencies = [ + "either", +] + [[package]] name = "itoa" version = "1.0.18" @@ -1418,7 +1427,7 @@ dependencies = [ "compact_str", "hashbrown 0.17.1", "indoc", - "itertools", + "itertools 0.14.0", "kasuari", "lru", "palette", @@ -1462,7 +1471,7 @@ dependencies = [ "hashbrown 0.17.1", "indoc", "instability", - "itertools", + "itertools 0.14.0", "line-clipping", "ratatui-core", "serde", @@ -2100,13 +2109,13 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "tui-big-text" -version = "0.8.4" +version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6833ec23415d48753f28caec76fa149d0d319ebaedec77ad7d09f7e2094bee8a" +checksum = "9e36b4d581e4e44186f87156c1c281f066ad792551580acc0e02aa7333f769ed" dependencies = [ "derive_builder", "font8x8", - "itertools", + "itertools 0.15.0", "ratatui-core", "ratatui-widgets", ] @@ -2135,7 +2144,7 @@ version = "2.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" dependencies = [ - "itertools", + "itertools 0.14.0", "unicode-segmentation", "unicode-width", ]