diff --git a/Cargo.toml b/Cargo.toml index c44c6b0..1e70813 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ version = "0.2.0" anyhow = "1.0.65" crossbeam-channel = "0.5" crossterm = "0.27" -itertools = "0.10" +itertools = "0.13.0" termwiz = "0.18" thiserror = "1.0.36" unicode-segmentation = "1.7"