diff --git a/flash-lso/Cargo.toml b/flash-lso/Cargo.toml index e7ba8d2..857ebaa 100644 --- a/flash-lso/Cargo.toml +++ b/flash-lso/Cargo.toml @@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "parser-implementations"] [dependencies] nom = "=7.1.3" enumset = "=1.1.7" -thiserror = "=2.0.12" +thiserror = "=2.0.17" serde = { version = "=1.0.219", optional = true, features = ["derive", "rc"] } [dev-dependencies]