Skip to content

Commit

Permalink
chore(deps): update ruff crates
Browse files Browse the repository at this point in the history
  • Loading branch information
magic-akari committed Jan 12, 2024
1 parent e1da367 commit bfcebc3
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 55 deletions.
99 changes: 48 additions & 51 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 = "v0.1.9" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.9" }
ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.12" }
ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.1.12" }
serde = { version = "1.0" }
serde_json = { version = "1.0" }
wasm-bindgen = "0.2.89"
Expand Down
2 changes: 1 addition & 1 deletion crates/ruff_fmt_dprint/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ crate-type = ["lib", "cdylib"]


[dependencies]
anyhow = "1.0.77"
anyhow = "1"
dprint-core = { version = "0.65.0", features = ["wasm"] }
ruff_fmt_config = { workspace = true }
ruff_formatter = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.72.0"
channel = "1.75.0"
profile = "default"

0 comments on commit bfcebc3

Please sign in to comment.