From 75378a111adcc3e8396b8f09ac2cd71b7dad94fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 May 2025 17:02:33 +0000 Subject: [PATCH] deps(deps): update thiserror requirement from 1.0.60 to 2.0.12 Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](https://github.com/dtolnay/thiserror/compare/1.0.60...2.0.12) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cf75dd7..d242bd7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ ndarray = { version = "0.16.1", features = ["rayon"] } numpy = "0.22.0" pyo3 = { version = "0.22.5", features = ["abi3-py311", "extension-module"] } rayon = "*" -thiserror = "1.0.60" +thiserror = "2.0.12" [dev-dependencies] anyhow = "1.0.91"