Skip to content

Commit

Permalink
chore: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Nov 15, 2024
1 parent d1ac01c commit b9ee384
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 50 deletions.
91 changes: 43 additions & 48 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ resolver = "2"

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


anyhow = "1.0"
Expand Down

0 comments on commit b9ee384

Please sign in to comment.