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"] }