From 013ddef8f2f7e77bb931b46a1089dcc9c22502d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:44:05 +0000 Subject: [PATCH] chore(deps): update rust crate skeptic to 0.13.7 --- libraries/native_model/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/native_model/Cargo.toml b/libraries/native_model/Cargo.toml index 7b3c4a40..ac0675b2 100644 --- a/libraries/native_model/Cargo.toml +++ b/libraries/native_model/Cargo.toml @@ -28,7 +28,7 @@ postcard_1_0 = { package = "postcard", version = "1.0", features = ["alloc"], op [dev-dependencies] serde_json = "1.0.116" criterion = { version = "0.5.1" } -skeptic = "0.13" +skeptic = "0.13.7" [features] default = ["serde", "bincode_1_3"] @@ -38,4 +38,4 @@ name = "overhead" harness = false [build-dependencies] -skeptic = "0.13" \ No newline at end of file +skeptic = "0.13.7" \ No newline at end of file