fix(deps): update rust crate bincode_1_3 to 1.3.3
This commit is contained in:
@@ -21,7 +21,7 @@ anyhow = "1.0"
|
||||
native_model_macro = { version = "0.4.14", path = "native_model_macro" }
|
||||
|
||||
serde = { version = "1.0", features = ["derive"], optional = true }
|
||||
bincode_1_3 = { package = "bincode", version = "1.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 }
|
||||
postcard_1_0 = { package = "postcard", version = "1.0", features = ["alloc"], optional = true }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user