From 5c9112bcf84899d56b17d82b86d2f17095a7eebc Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 8 Nov 2025 20:43:12 +0900 Subject: [PATCH] Update to thiserror 2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f40724b..084884b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ jsonptr = "0.7.1" schemars = { version = "1.0.4", optional = true } serde = { version = "1.0.159", features = ["derive"] } serde_json = "1.0.95" -thiserror = "1.0.40" +thiserror = "2" utoipa = { version = "5", optional = true } [dev-dependencies]