diff --git a/Cargo.toml b/Cargo.toml index 69b1c5f..0ec98ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ license = "MIT" [dependencies] byteorder = "1.5.0" itertools = "0.13" -nom = "7.1.3" +nom = "8.0.0" rand = "0.8.5"