From 699dc18f245861c5e295f3ab2ca17bcb639de501 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 04:13:33 +0000 Subject: [PATCH] Update Rust crate thiserror to 2.0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 376788c..b5d9eb8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,5 +25,5 @@ schemars = "0.8.21" serde = { version = "1.0.215", features = ["derive"] } serde_json = "1.0.133" sha2 = { version = "0.10.8", optional = true } -thiserror = { version = "2.0.6", optional = true } +thiserror = { version = "2.0.7", optional = true } tracing = "0.1.41"