From 629b1cb284b60ae457a3722cf52418a687ffd36a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 01:08:00 +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 2deb7ea2..9cb76372 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ zbus = "5.12.0" zvariant = "5.8.0" log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } -thiserror = "2.0.17" +thiserror = "2.0.18" uuid = { version = "1.19.0", features = ["v4", "v5"] } futures = "0.3.32" futures-timer = "3.0.3"