From 01fcb55425081e5e5cdf869bcc57970a9bb36828 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:44:00 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to 1.0.116 --- 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 69d9eff2..7b3c4a40 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -26,7 +26,7 @@ bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde postcard_1_0 = { package = "postcard", version = "1.0", features = ["alloc"], optional = true } [dev-dependencies] -serde_json = "1.0" +serde_json = "1.0.116" criterion = { version = "0.5.1" } skeptic = "0.13"