Skip to content

Commit

Permalink
fix(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 13, 2025
1 parent d574d9c commit 626cc12
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 16 deletions.
45 changes: 31 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/biome_fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ version = "0.5.7"
[dependencies]
biome_diagnostics = { workspace = true }
crossbeam = { workspace = true }
directories = "5.0.1"
directories = "6.0.0"
enumflags2 = { workspace = true, features = ["serde"] }
indexmap = { workspace = true }
oxc_resolver = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ biome_js_syntax = { workspace = true }
biome_parser = { workspace = true }
biome_rowan = { workspace = true }
biome_string_case = { workspace = true }
colored = "2.2.0"
colored = "3.0.0"
indicatif = { version = "0.17.9", features = ["improved_unicode"] }
pico-args = { version = "0.5.0", features = ["eq-separator"] }
regex = { workspace = true }
Expand Down

0 comments on commit 626cc12

Please sign in to comment.