From 40ce39b0ad21f4b1fae920f3024a86694fafda11 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 14:01:18 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.116 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63f0804..fe19b2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ categories = ["command-line-utilities"] [dependencies] regex = "1.10.4" -serde_json = "1.0.115" +serde_json = "1.0.116" clap = { version = "4.5.4", features = ["derive"] } unescaper = "0.1.4" csv = "1.3.0"