From 82058be8015a828b2430b851d8a503ad25ceced8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 03:14:54 +0000 Subject: [PATCH] Update Rust crate nom to v8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"