fix(deps): update rust crate thiserror to v2

This commit is contained in:
renovate[bot]
2024-11-06 03:57:21 +00:00
committed by Vincent Herlemont
parent 0a9d40cb53
commit e7e9238a4f

View File

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