From df4f9d1fc5e80558906ba34831607c8436adb4c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 02:13:41 +0000 Subject: [PATCH] chore(deps): update rust crate serde_json to 1.0.131 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0465fe6..550c6c0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ once_cell = "1.20.2" [dev-dependencies] tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros"] } -serde_json = "1.0.130" +serde_json = "1.0.131" [features] default = ["jpeg", "png", "gif"]