From 91b627fb7fb46221eb7c409c09783ac4a5a5e58d Mon Sep 17 00:00:00 2001 From: renovate-bot Date: Tue, 22 Apr 2025 07:16:25 +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 4a03203..e2d6b31 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ default = [] [dependencies] # Errors anyhow = "1.0.75" -thiserror = "1.0.50" +thiserror = "2.0.0" # Async async-std = "1.12.0"