From a55681b256f9d7f629a92f929b79627d1cd3b2b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:31:43 +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 6a018eb34d..964cbb5dee 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -21,7 +21,7 @@ log = "0.4.22" pyo3 = "0.23.0" pyo3-log = "0.12.0" statrs = "0.18.0" -thiserror = "1.0.64" +thiserror = "2.0.0" [target.'cfg(target_os = "linux")'.dependencies] landlock = "0.4.1"