From 2c8a0ee8d6b1a842c8f0598b9b9109f8bb3a451b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:26:38 +0000 Subject: [PATCH] fix(deps): update rust crate postcard_1_0 to 1.0.8 --- 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 6f1b6810..19ff9042 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -23,7 +23,7 @@ native_model_macro = { version = "0.4.15", path = "native_model_macro" } serde = { version = "1.0", features = ["derive"], 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 } +postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true } [dev-dependencies] serde_json = "1.0.116"