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