From ae57282ddac763da3ec74badb92f55a62376c3e4 Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Sat, 3 May 2025 00:01:52 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 848a69a..f04b952 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ config = "./spellcheck.toml" [dependencies] # Errors anyhow = "1.0.75" -thiserror = "1.0.50" +thiserror = "2.0.0" # Async async-std = "1.12.0"