diff --git a/Cargo.toml b/Cargo.toml index 4f18cff2..a2a3f724 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ tabwriter = { version = "1", features = ["ansi_formatting"] } colored = "3.0" ztest = { git = "https://github.com/oxidecomputer/falcon", branch = "main" } anstyle = "1.0.11" -nom = "7.1" +nom = "8.0" num_enum = "0.7.4" pretty-hex = "0.4" pretty_assertions = "1.4"