mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-24 17:03:00 +10:00
fix(deps): update rust crate postcard_1_0 to 1.0.8
This commit is contained in:
@@ -23,7 +23,7 @@ native_model_macro = { version = "0.4.15", path = "native_model_macro" }
|
|||||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||||
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
|
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
|
||||||
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
|
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
|
||||||
postcard_1_0 = { package = "postcard", version = "1.0", features = ["alloc"], optional = true }
|
postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0.116"
|
serde_json = "1.0.116"
|
||||||
|
|||||||
Reference in New Issue
Block a user