Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: mimalloc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 23, 2024
1 parent 245c1a1 commit 128aa78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -767,9 +767,9 @@ dependencies = [

[[package]]
name = "libmimalloc-sys"
version = "0.1.30"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174"
checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
dependencies = [
"cc",
"libc",
Expand Down Expand Up @@ -861,9 +861,9 @@ dependencies = [

[[package]]
name = "mimalloc"
version = "0.1.34"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1"
checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
dependencies = [
"libmimalloc-sys",
]
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build = "build.rs"
rust-version = "1.66.1"

[dependencies]
mimalloc = { version = "0.1.31", optional = true }
mimalloc = { version = "0.1.41", optional = true }
calypso_parsing = { path = "libs/calypso_parsing", version = "0.1.0" }
calypso_diagnostic = { path = "libs/calypso_diagnostic", version = "0.1.0" }
calypso_repl = { path = "libs/calypso_repl", version = "0.1.0" }
Expand Down

0 comments on commit 128aa78

Please sign in to comment.