From e9d5f5eab66d0feced8ddd991639f3b448b2510a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:52:37 +0000 Subject: [PATCH] fix(deps): 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 62be9fa..5cc8a01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ env_logger = "0.9.3" log = "0.4.17" poise = "0.4.1" rand = "0.8.5" -thiserror = "1.0.37" +thiserror = "2.0.0" tokio = { version = "1.21.2", features = ["rt-multi-thread"] }