From c9165fae37b150067008acc3c08eb9ad0711c52a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 08:50:46 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 (#19) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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]