From 355d8bbcee2ecb9f84b2be4c884b7a150fc11c9d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 05:03:32 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 2.0.18 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2bf6350f..1f43ce33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ tracing = "0.1.44" tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } tracing-appender = "0.2.5" anyhow = "1.0.102" -thiserror = "2" +thiserror = "2.0.18" clap = { version = "4.6.1", features = ["derive", "env"] } uuid = { version = "1.23.1", features = ["v4", "serde"] } chrono = { version = "0.4.44", features = ["serde"] }