From 5ef5968b285b7b4449ff7c9601e93d25c36f9535 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:55:27 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- bottlecap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bottlecap/Cargo.toml b/bottlecap/Cargo.toml index 8b3f0f94a..ca5473508 100644 --- a/bottlecap/Cargo.toml +++ b/bottlecap/Cargo.toml @@ -27,7 +27,7 @@ regex = { version = "1.10", default-features = false } reqwest = { version = "0.12.11", features = ["json", "http2"], default-features = false } serde = { version = "1.0", default-features = false, features = ["derive"] } serde_json = { version = "1.0", default-features = false, features = ["alloc"] } -thiserror = { version = "1.0", default-features = false } +thiserror = { version = "2.0", default-features = false } # Transitive dependency (pulled in via cookie). Pinned to >=0.3.47 so cargo audit / CI passes (RUSTSEC-2026-0009). time = { version = "0.3.47", default-features = false } tokio = { version = "1.47", default-features = false, features = ["macros", "rt-multi-thread", "time"] }