diff --git a/Cargo.toml b/Cargo.toml index 170a577..a70933c 100644 --- a/Cargo.toml +++ b/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" }