From 980ad9db7965d0592442922bb0c04abe353f6839 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:10:31 +0000 Subject: [PATCH] [deps]: Update Rust crate thiserror to v2 --- crates/bws/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 08e3941f20..9f334ee342 100644 --- a/crates/bws/Cargo.toml +++ b/crates/bws/Cargo.toml @@ -40,7 +40,7 @@ serde = "1.0.196" serde_json = "1.0.113" serde_yaml = "0.9" supports-color = "3.0.0" -thiserror = "1.0.57" +thiserror = "2.0.0" tokio = { workspace = true, features = ["rt-multi-thread"] } toml = "0.8.10" uuid = { version = "1.7.0", features = ["serde"] }