diff --git a/Cargo.toml b/Cargo.toml index 41fe99c..61ec8bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ anyhow = "1.0.82" native_model_macro = { version = "0.6.2", path = "native_model_macro" } serde = { version = "1.0.200", features = ["derive"], optional = true } -bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true } +bincode_1_3 = { package = "bincode", version = "3.0.0", optional = true } bincode_2 = { package = "bincode", version = "2.0", features = ["serde"], optional = true } postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true } rmp_serde_1_3 = { package = "rmp-serde", version = "1.3", optional = true }