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" }