From 231200d13f69dc9c0a3c5abe1c3e3b1192b50b82 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 15:26:34 +0000 Subject: [PATCH] fix(deps): update rust crate postcard to 1.0.8 --- libraries/native_model/tests_crate/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/native_model/tests_crate/Cargo.toml b/libraries/native_model/tests_crate/Cargo.toml index 9bea9e1b..9d15b9df 100644 --- a/libraries/native_model/tests_crate/Cargo.toml +++ b/libraries/native_model/tests_crate/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" native_model = { path = "../", no-default-features = true } serde = { version = "1.0", features = ["derive"], optional = true } bincode = { version = "2.0.0-rc.3", features = ["serde"] , optional = true } -postcard = { version = "1.0", features = ["alloc"], optional = true } +postcard = { version = "1.0.8", features = ["alloc"], optional = true } anyhow = "1.0.82"