From 5ccc95a6c2694121a47f07a8c22d97bbcac4d651 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:30:13 +0000 Subject: [PATCH] chore(deps): Update Rust crate thiserror to 1.0.59 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf7586e..b740fee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,4 +20,4 @@ itertools = "0.12.1" num = "0.4.2" serde = { version = "1.0.198", features = ["derive"], optional = true } serde_json = { version = "1.0.116", optional = true } -thiserror = "1.0.58" +thiserror = "1.0.59"