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] committed Sep 4, 2024
1 parent b367c68 commit 5a711d5
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 27 deletions.
35 changes: 12 additions & 23 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_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dashmap = { workspace = true }
hdrhistogram = { version = "7.5.4", default-features = false }
indexmap = { workspace = true }
path-absolutize = { version = "3.1.1", optional = false, features = ["use_unix_paths_on_wasm"] }
quick-junit = "0.4.0"
quick-junit = "0.5.0"
rayon = { workspace = true }
regex = { workspace = true }
rustc-hash = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ anyhow = { workspace = true }
bpaf = { workspace = true, features = ["derive"] }
git2 = { version = "0.19.0", default-features = false }
proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.9", default-features = false, optional = true }
pulldown-cmark = { version = "0.12.1", default-features = false, optional = true }
quote = "1.0.36"
serde = { workspace = true, optional = true }
ureq = "2.10.1"
Expand Down
2 changes: 1 addition & 1 deletion xtask/coverage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish = false
version = "0.0.0"

[dependencies]
ascii_table = "4.0.3"
ascii_table = "4.0.4"
backtrace = "0.3.73"
biome_console = { workspace = true }
biome_diagnostics = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion xtask/rules_check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ biome_json_analyze = { workspace = true }
biome_json_parser = { workspace = true }
biome_json_syntax = { workspace = true }
biome_service = { workspace = true }
pulldown-cmark = "0.12.0"
pulldown-cmark = "0.12.1"


[lints]
Expand Down

0 comments on commit 5a711d5

Please sign in to comment.