Skip to content

Commit 4e2769a

Browse files
Bump mimalloc from 0.1.38 to 0.1.39 (#7402)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75b5c31 commit 4e2769a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ruff_benchmark/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ruff_python_parser = { path = "../ruff_python_parser" }
5050
codspeed = ["codspeed-criterion-compat"]
5151

5252
[target.'cfg(target_os = "windows")'.dev-dependencies]
53-
mimalloc = "0.1.34"
53+
mimalloc = "0.1.39"
5454

5555
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dev-dependencies]
5656
tikv-jemallocator = "0.5.0"

crates/ruff_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ test-case = { workspace = true }
7979
ureq = { version = "2.6.2", features = [] }
8080

8181
[target.'cfg(target_os = "windows")'.dependencies]
82-
mimalloc = "0.1.34"
82+
mimalloc = "0.1.39"
8383

8484
[target.'cfg(all(not(target_os = "windows"), not(target_os = "openbsd"), any(target_arch = "x86_64", target_arch = "aarch64", target_arch = "powerpc64")))'.dependencies]
8585
tikv-jemallocator = "0.5.0"

0 commit comments

Comments
 (0)