diff --git a/crates/bws/Cargo.toml b/crates/bws/Cargo.toml index 08e3941f2..9f334ee34 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"] }