From dc286abfa23901910172e55e84ec73f38a9ffa90 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Jul 2024 00:05:52 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to 1.0.120 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4da03a4b..0353753f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.0" } -serde_json = "1.0.118" +serde_json = "1.0.120" [profile.release] lto = true