mirror of
https://github.com/Drop-OSS/drop
synced 2026-08-27 14:23:05 -04:00
fix(deps): update rust crate postcard to 1.0.8
This commit is contained in:
parent
2c8a0ee8d6
commit
231200d13f
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ edition = "2021"
|
|||
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 }
|
||||
postcard = { version = "1.0.8", features = ["alloc"], optional = true }
|
||||
anyhow = "1.0.82"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue