From 1d4ac23307995b7bb6b6351c256a7d7e47581dbc Mon Sep 17 00:00:00 2001 From: nogiro Date: Fri, 28 Feb 2025 02:38:22 +0900 Subject: [PATCH] update thiserror from 1.0.56 to 2.0.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 896e940..fa6f934 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ rust-version = "1.70.0" exclude = ["images/", "tests/", "miette-derive/"] [dependencies] -thiserror = "1.0.56" +thiserror = "2.0.11" miette-derive = { path = "miette-derive", version = "=7.5.0", optional = true } unicode-width = "0.1.11" cfg-if = "1.0.0"