From abc52283e5e158cc3c9e4fbe52c4549610e0e697 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 08:14:38 -0400 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.64 (#152) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0060dd0..d049c3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ serde_with = "3.9.0" simple_logger = "4.3.3" strum = { version = "0.26.2", features = ["derive"] } strum_macros = "0.26.2" -thiserror = "1.0.59" +thiserror = "1.0.64" tokio = { version = "1.37.0", features = ["full"] } utoipa = { version = "4.2.0", features = ["actix_extras"] } utoipa-rapidoc = { version = "3.0.0", features = ["actix-web"] }