From e63fb1aecae2b82e7f3df43b0fdaae42c106f556 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 15:34:48 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 2.0.19 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0ede3efe..509906c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,7 +52,7 @@ regex = "1.13.1" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.150" tempfile = "3.27.0" -thiserror = "2.0.18" +thiserror = "2.0.19" sha2 = "0.11.0" openidconnect = { version = "4.0.1", default-features = false } sigstore = { version = "0.14.0", default-features = false, features = ["sign", "sigstore-trust-root", "rustls-tls"] }