diff --git a/Cargo.toml b/Cargo.toml index 3fdaa8f..1a6404b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ chrono = { version = "0.4", optional = true } indexmap = { version = "2.1", optional = true } jetscii = "0.5" memchr = "2.5" -nom = { version = "7.1", default-features = false, features = ["std"] } +nom = { version = "8.0", default-features = false, features = ["std"] } rowan = "0.15" tracing = { version = "0.1", optional = true }