mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix(deps): update rust crate thiserror to v2
This commit is contained in:
parent
d932be10ac
commit
56a1387f8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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" }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue