Skip to content

Commit

Permalink
Bump mimalloc from 0.1.29 to 0.1.39
Browse files Browse the repository at this point in the history
Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.29 to 0.1.39.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](purpleprotocol/mimalloc_rust@v0.1.29...v0.1.39)

---
updated-dependencies:
- dependency-name: mimalloc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 12, 2024
1 parent 5522d91 commit ee21e36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 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 doublets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ tap = { version = "1.0.1" }
rand = { version = "0.8.5" }
criterion = { version = "0.3.6" }
bumpalo = { version = "3.11.1", features = ["allocator_api", "collections"] }
mimalloc = { version = "0.1.29", default-features = false }
mimalloc = { version = "0.1.39", default-features = false }
rpmalloc = "0.2.0"
tinyvec = { version = "1.6.0", features = ["alloc"] }
smallvec = { version = "1.9.0", features = [] }
Expand Down

0 comments on commit ee21e36

Please sign in to comment.