From 00f1e086d9cf238a432c9d130e8c92fb26395fe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 07:02:59 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.60 (#102) 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 95f0d50..1ebd559 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_5"] } approx = "0.5.1" -thiserror = "1.0.59" +thiserror = "1.0.60" serde = { version = "1.0.200", features = ["derive"] }