From eac8cbfdc2ab76db77b22ec2f8fa0c9741178956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Aug 2022 04:23:23 +0900 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.32 (#25) 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 b6975bc..a7ca987 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.23" +thiserror = "1.0.32" serde = { version = "1.0.143", features = ["derive"] }