mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix(deps): update rust crate anyhow to 1.0.82
This commit is contained in:
parent
71b332d8a0
commit
1d15dce922
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ members = ["native_model_macro"]
|
|||
[dependencies]
|
||||
zerocopy = { version = "0.7.32", features = [ "derive"] }
|
||||
thiserror = "1.0"
|
||||
anyhow = "1.0"
|
||||
anyhow = "1.0.82"
|
||||
native_model_macro = { version = "0.4.14", path = "native_model_macro" }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ native_model = { path = "../", no-default-features = true }
|
|||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
bincode = { version = "2.0.0-rc.3", features = ["serde"] , optional = true }
|
||||
postcard = { version = "1.0", features = ["alloc"], optional = true }
|
||||
anyhow = "1.0"
|
||||
anyhow = "1.0.82"
|
||||
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue