From 2d1bac9554f4e4bf8485a3f0816918897f224abb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 03:56:56 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.47 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cb989d..4998b10 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.46" +thiserror = "1.0.47" serde = { version = "1.0.183", features = ["derive"] }