From 660f1e82cdf47e974f725cd58a06c0f22a621a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 15:19:58 +0000 Subject: [PATCH] Update thiserror requirement from =2.0.12 to =2.0.17 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/2.0.12...2.0.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 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 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]