diff --git a/Cargo.lock b/Cargo.lock index 440fa9e6..cb0dde9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.130" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "610f75ff4a8e3cb29b85da56eabdd1bff5b06739059a4b8e2967fef32e5d9944" +checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 389805d8..2824ecf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" } ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" } ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" } ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.7.0" } -serde_json = "=1.0.130" +serde_json = "=1.0.131" [profile.release] lto = true