Skip to content

Commit 2494ec8

Browse files
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](rust-bakery/nom@7.1.3...8.0.0) --- updated-dependencies: - dependency-name: nom dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 998f47c commit 2494ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash-lso/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ categories = ["data-structures", "encoding", "parser-implementations"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
nom = "7.1.3"
16+
nom = "8.0.0"
1717
enumset = "1.1.5"
1818
thiserror = "2.0.3"
1919
serde = { version = "1.0.210", optional = true, features = ["derive", "rc"] }

0 commit comments

Comments
 (0)