From 1746bc281169685bd8cf08d545aed49cc7e2607a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 16:11:22 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to 1.0.117 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f9b31d3..6600e8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ readme = "README.md" repository = "https://github.com/oxc-project/json-strip-comments" [dev-dependencies] -serde_json = "1.0.116" +serde_json = "1.0.117"