fix(deps): update rust crate bincode_1_3 to 1.3.3

This commit is contained in:
renovate[bot]
2024-05-01 13:55:32 +00:00
parent 013ddef8f2
commit 71b332d8a0
+1 -1
View File
@@ -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 }