From 8b8dd76d31c8b7512ba564b8c1baa588dadaeb7d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 01:16:01 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 828da47..8857069 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.69" +thiserror = "2.0.7" serde = { version = "1.0.216", features = ["derive"] }