From 636fd33e55242c73a2f05fdbcec5faee4c5684ca Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:49:19 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 20cf45700a..36a03ac493 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.22" pyo3 = "0.22.4" pyo3-log = "0.11.0" statrs = "0.18.0" -thiserror = "1.0.64" +thiserror = "2.0.0" [target.'cfg(target_os = "linux")'.dependencies] landlock = "0.4.1"