From cfa41f9fe2ea6627e81a1c4ada77981bdc4b0375 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:50:48 +0000 Subject: [PATCH] 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 d68653f..92c2736 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories=["development-tools"] [dependencies] reqwest = "0.9.0" # http requests serde = {version = "1.0.111", features = ["derive"]} # serialization -serde_json = "1.0.53" # serialize JSON +serde_json = "1.0.116" # serialize JSON clap = "2.33.1" # argument parsing colored = "1.9" # color in terminal strsim = "0.10.0" # string similarity metrics