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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-27 17:02:33 +00:00
committed by GitHub
parent 5aff65d314
commit 75378a111a

View File

@@ -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"