From 56a1387f8bc75f0d6acc29785d876595bd9cc791 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 03:57:21 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- libraries/native_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 087dfc7d..e5cdb81b 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -17,7 +17,7 @@ members = ["native_model_macro"] [dependencies] zerocopy = { version = "0.8.0", features = [ "derive"] } -thiserror = "1.0.59" +thiserror = "2.0.0" anyhow = "1.0.82" native_model_macro = { version = "0.4.20", path = "native_model_macro" }