From 3e1c63f836de8974cf8300f2e68c08adad3fe0a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 01:25:33 +0000 Subject: [PATCH] fix(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 8806129..766f5c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ rndc = "0.1.4" rand = "0.9" sha2 = "0.10" hex = "0.4" -thiserror = "2.0.17" +thiserror = "2.0.18" [dev-dependencies] tempfile = "3.24.0"