From 7d3ede941b057d64e3038914f0f7e23b3d8fe067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 22:47:27 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 1.0.59 --- 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 170a5770..a70933c5 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -16,7 +16,7 @@ members = ["native_model_macro"] [dependencies] zerocopy = { version = "0.7.32", features = [ "derive"] } -thiserror = "1.0" +thiserror = "1.0.59" anyhow = "1.0.82" native_model_macro = { version = "0.4.17", path = "native_model_macro" }