Skip to content

Commit

Permalink
fix(deps): update rust crate roaring to 0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent 32027ee commit 27e5aa7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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_js_analyze/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ enumflags2 = { workspace = true }
lazy_static = { workspace = true }
natord = "1.0.9"
regex = { workspace = true }
roaring = "0.10.4"
roaring = "0.10.5"
rustc-hash = { workspace = true }
schemars = { workspace = true, optional = true }
serde = { workspace = true, features = ["derive"] }
Expand Down

0 comments on commit 27e5aa7

Please sign in to comment.