Skip to content

Commit

Permalink
chore(deps): update rust crates
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 12, 2024
1 parent cbc4c1d commit ad48ce4
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
24 changes: 12 additions & 12 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 crates/biome_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ tokio = { workspace = true, features = ["io-std", "io-util",
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = { workspace = true, features = ["env-filter", "json"] }
tracing-tree = "0.3.1"
tracing-tree = "0.4.0"

[target.'cfg(unix)'.dependencies]
libc = "0.2.154"
Expand All @@ -65,7 +65,7 @@ tokio = { workspace = true, features = ["process"] }
mimalloc = "0.1.43"

[target.'cfg(all(target_family="unix", not(all(target_arch = "aarch64", target_env = "musl"))))'.dependencies]
tikv-jemallocator = "0.5.1"
tikv-jemallocator = "0.6.0"

[dev-dependencies]
biome_css_formatter = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_console/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ unicode-segmentation = "1.11.0"
unicode-width = { workspace = true }

[dev-dependencies]
trybuild = "1.0.97"
trybuild = "1.0.99"

[features]
serde_markup = ["serde", "schemars"]
Expand Down
2 changes: 1 addition & 1 deletion crates/biome_diagnostics/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ schema = ["schemars", "biome_text_edit/schemars", "biome_diagnostics_categories/

[dev-dependencies]
serde_json = { workspace = true }
trybuild = "1.0.97"
trybuild = "1.0.99"

[lints]
workspace = true
2 changes: 1 addition & 1 deletion crates/biome_text_size/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ schemars = { workspace = true, optional = true }
serde = { workspace = true, optional = true }

[dev-dependencies]
serde_test = "1.0.176"
serde_test = "1.0.177"
static_assertions = "1.1"

[[test]]
Expand Down
4 changes: 2 additions & 2 deletions xtask/bench/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ biome_rowan = { workspace = true }
ansi_rgb = "0.2.0"
codspeed-criterion-compat = { version = "2.6.0", optional = true }
criterion = "0.5.1"
ureq = "2.10.0"
ureq = "2.10.1"
url = "2.5.2"

[target.'cfg(target_os = "windows")'.dependencies]
mimalloc = "0.1.43"

[target.'cfg(all(target_family="unix", not(all(target_arch = "aarch64", target_env = "musl"))))'.dependencies]
tikv-jemallocator = "0.5.4"
tikv-jemallocator = "0.6.0"

[features]
codspeed = ["codspeed-criterion-compat"]
Expand Down
2 changes: 1 addition & 1 deletion xtask/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ proc-macro2 = { workspace = true, features = ["span-locations"] }
pulldown-cmark = { version = "0.9", default-features = false, optional = true }
quote = "1.0.36"
serde = { workspace = true, optional = true }
ureq = "2.10.0"
ureq = "2.10.1"
walkdir = "2.5.0"
xtask = { path = '../', version = "0.0" }

Expand Down

0 comments on commit ad48ce4

Please sign in to comment.