From 6051d64ca25c0a4ef3a2488a69566b8c9574cb50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 08:34:05 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55ab0a1..42a3082 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = [ readme = "README.md" [dependencies] -thiserror = "1.0" +thiserror = "2.0" primal = "0.3" [dependencies.rug]