From f14d758586b9a0b49f4e2d47a442bc3ee09ec5c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 28 Sep 2022 03:49:48 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.37 (#42) 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 8f1731f..cfd6cb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,5 +67,5 @@ maintenance = { status = "actively-developed" } [dependencies] ndarray = { version = "0.15.6", features = ["serde", "approx"] } approx = "0.4.0" -thiserror = "1.0.36" +thiserror = "1.0.37" serde = { version = "1.0.145", features = ["derive"] }