From 5d5080928b5f84b1e03a2b86399851ef462c63a8 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 05:50:55 +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 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"