Skip to content

Commit

Permalink
chore(deps): update rust crate serde_json to v1.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent b385fd0 commit f5643e9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
30 changes: 15 additions & 15 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ resolver = "2"
license = "MIT"
readme = "README.md"
repository = "https://github.com/wasm-fmt/ruff_fmt"
version = "0.9.2"
version = "0.8.3"


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


anyhow = "1.0"
Expand Down

0 comments on commit f5643e9

Please sign in to comment.