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"