Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ libc = "0.2.189"
# mimalloc is pinned because of bug that causes access violation crashes on windows arm 64
# See: https://github.com/biomejs/biome/issues/10270
# See: https://github.com/biomejs/biome/issues/11242
mimalloc = "=0.1.48"
mimalloc = "=0.1.52"
notify = "8.2.0"
papaya = "0.2.4"
path-absolutize = { version = "3.1.1", features = ["use_unix_paths_on_wasm"], optional = false }
Expand Down
Loading