From df92e50560e7335d56cd073971e405ddddd210b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 21:43:48 +0000 Subject: [PATCH] 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 75cdd27..28d6ff4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ imageproc = "0.23.0" log = "0.4.21" once_cell = "1.19.0" poise = "0.5.7" -thiserror = "1.0.58" +thiserror = "1.0.59" hocon = { version = "0.9.0", features = [ "serde-support" ] } serde = { version = "1.0.198", features = [ "derive" ] }