diff --git a/Cargo.toml b/Cargo.toml index 8cf4309..d30d377 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ colored = "2.0" reqwest = { version = "0.12", features = ["json"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -thiserror = "1.0" +thiserror = "2.0" tokio = { version = "1.0", features = ["full"] } tracing = "0.1" tracing-subscriber = "0.3"