From 67d7b5f671b4ab3b8a4db8ce8595ae4aa8c1db00 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Oct 2022 22:58:22 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.86 --- shim/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shim/Cargo.toml b/shim/Cargo.toml index a936cf17114f8..8f24ceb9bc69a 100644 --- a/shim/Cargo.toml +++ b/shim/Cargo.toml @@ -13,7 +13,7 @@ clap = { version = "4.0.8", features = ["derive"] } globset = "0.4.9" predicates = "2.1.1" serde = { version = "1.0.145", features = ["derive"] } -serde_json = "1.0.85" +serde_json = "1.0.86" serde_yaml = "0.9.13" walkdir = "2"