Skip to content

Commit c60ba64

Browse files
fix(deps): update rust crate serde_json to v1.0.143 (#1263)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 37b2701 commit c60ba64

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2323
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2424
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
2525
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.12.4" }
26-
serde_json = "=1.0.142"
26+
serde_json = "=1.0.143"
2727

2828
[profile.release]
2929
lto = true

0 commit comments

Comments
 (0)