From b76a71427f8b9f5f58a0e811fa7a54a4e34466b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 06:43:46 +0000 Subject: [PATCH] Update Rust crate thiserror to 1.0.56 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a81123..33fc510 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ imageproc = "0.23.0" log = "0.4.20" once_cell = "1.19.0" poise = "0.5.7" -thiserror = "1.0.53" +thiserror = "1.0.56" hocon = { version = "0.9.0", features = [ "serde-support" ] } serde = { version = "1.0.193", features = [ "derive" ] }