diff --git a/Cargo.toml b/Cargo.toml index 016f960..286f0b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ unicode-width = "0.2" backtrace = { version = "0.3", optional=true } thiserror = "2.0.0" log = { version = "0.4.20", optional = true } -nom = { version = "7.1.3", optional = true } +nom = { version = "8.0.0", optional = true } [features] html_trace = ["dep:log"]