Skip to content

Commit b9ee384

Browse files
committed
chore: Update dependencies
1 parent d1ac01c commit b9ee384

File tree

2 files changed

+45
-50
lines changed

2 files changed

+45
-50
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ resolver = "2"
1717

1818
[workspace.dependencies]
1919
ruff_fmt_config = { path = "crates/ruff_fmt_config" }
20-
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.1" }
21-
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.1" }
20+
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.4" }
21+
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "0.7.4" }
2222

2323

2424
anyhow = "1.0"

0 commit comments

Comments
 (0)