From d781095e04b82c632230be5d98217f8e7bd411ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:04:50 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.64 to 2.0.7 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.64...2.0.7) --- updated-dependencies: - dependency-name: thiserror 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 3102e14..8a0f9b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ derive_more = { version = "1.0.0", features = ["deref", "as_ref"] } general-sam = { version = "1.0.0", features = ["trie"] } pyo3 = { version = "0.22.5", optional = true } smallvec = "1.13.2" -thiserror = "1.0.64" +thiserror = "2.0.7" [features] pyo3 = ["dep:pyo3"]