diff --git a/Cargo.toml b/Cargo.toml index 69b1c5f..bcdae70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,6 +13,6 @@ license = "MIT" [dependencies] byteorder = "1.5.0" -itertools = "0.13" +itertools = "0.14" nom = "7.1.3" rand = "0.8.5"