From b4fd8001401b8d98e25fc1013030708a4731bd0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 04:03:49 +0000 Subject: [PATCH] chore(deps): update thiserror requirement from 1.0.64 to 2.0.6 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.6) --- 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..1135e5f 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.6" [features] pyo3 = ["dep:pyo3"]