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 2, 2024
1 parent 4899b79 commit 4038b86
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 24 deletions.
31 changes: 10 additions & 21 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.0", 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

0 comments on commit 4038b86

Please sign in to comment.