Skip to content

Commit 5ddc879

Browse files
committed
fix(deps): update rust crate serde_json to 1.0.118
1 parent 1fc434d commit 5ddc879

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 = "v0.4.9" }
2222
ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
2323
ruff_source_file = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
2424
ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" }
25-
serde_json = "1.0.117"
25+
serde_json = "1.0.118"
2626

2727
[profile.release]
2828
lto = true

0 commit comments

Comments
 (0)