diff --git a/Cargo.toml b/Cargo.toml index 50da3e5..54c51cd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ edition = "2021" [dependencies] ascii = "1.1.0" -itertools = "0.11.0" +itertools = "0.13.0" [dev-dependencies] criterion = { version = "0.5.1", features = ["html_reports"] }