From 45a528118c8f1bf59df3b37e0d628c360639a45e Mon Sep 17 00:00:00 2001 From: Andrew Phillips Date: Wed, 27 Aug 2025 21:52:48 -0300 Subject: [PATCH] fix: remove duplicate thiserror dependency Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e72f052..a61f9bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,6 @@ strum = { version = "0.27.2", features = ["derive"] } strum_macros = "0.27.2" term = "1.1.0" termsize = "0.1.9" -thiserror = "1.0" tokio = { version = "1.0", features = ["full"] } tokio-stream = "0.1" tokio-util = "0.7.16"