From ab62865ef46fd7bdac3582bb66352dab540cdb7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 16:02:09 +0000 Subject: [PATCH] Update nom requirement from 7.1.3 to 8.0.0 Updates the requirements on [nom](https://github.com/rust-bakery/nom) to permit the latest version. - [Changelog](https://github.com/rust-bakery/nom/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-bakery/nom/compare/7.1.3...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- flash-lso/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flash-lso/Cargo.toml b/flash-lso/Cargo.toml index 7439bd9..e31b696 100644 --- a/flash-lso/Cargo.toml +++ b/flash-lso/Cargo.toml @@ -13,7 +13,7 @@ categories = ["data-structures", "encoding", "parser-implementations"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nom = "7.1.3" +nom = "8.0.0" enumset = "1.1.5" thiserror = "2.0.3" serde = { version = "1.0.210", optional = true, features = ["derive", "rc"] }