Skip to content

Commit 424fd11

Browse files
committed
fix(deps): update rust crate serde_json to v1.0.127
1 parent 924f09b commit 424fd11

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
@@ -22,7 +22,7 @@ ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
2222
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
2323
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
2424
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.5.7" }
25-
serde_json = "=1.0.125"
25+
serde_json = "=1.0.127"
2626

2727
[profile.release]
2828
lto = true

0 commit comments

Comments
 (0)