From 71b332d8a020de10c961c0af32c434c2cd7506e6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 13:55:32 +0000 Subject: [PATCH] fix(deps): update rust crate bincode_1_3 to 1.3.3 --- libraries/native_model/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index ac0675b2..3617d65a 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -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 }