From 9930e96e6b4e97d1defee5bf9698a257a4a50403 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 08:40:27 +0000 Subject: [PATCH] fix(deps): update rust crate serde_json to v1.0.137 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77cceba0..208feb4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,9 +626,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.135" +version = "1.0.137" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" +checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3f604947..e2dbdc4c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" } ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" } ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" } ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.8.1" } -serde_json = "=1.0.135" +serde_json = "=1.0.137" [profile.release] lto = true