diff --git a/Cargo.toml b/Cargo.toml index 0854a11f..3b858740 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,7 @@ colored = "3.0" ctrlc = { version = "3.4.7", features = ["termination"] } 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"