diff --git a/Cargo.toml b/Cargo.toml index 3f32db63..577e84b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } -serde_json = "1.0.117" +serde_json = "1.0.118" [profile.release] lto = true