From 971472cb7d4111ea161600daa9a2d93bf8552e0c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 27 Jun 2026 21:42:50 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- sidecar/crates/torttube-sidecar/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidecar/crates/torttube-sidecar/Cargo.toml b/sidecar/crates/torttube-sidecar/Cargo.toml index 017df7d..0175765 100644 --- a/sidecar/crates/torttube-sidecar/Cargo.toml +++ b/sidecar/crates/torttube-sidecar/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1" # Errors + logging anyhow = "1" -thiserror = "1" +thiserror = "2" tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] }