Bump mimalloc from 0.1.35 to 0.1.36 (#979)

Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.35 to 0.1.36.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.35...v0.1.36)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-04-05 13:04:01 +10:00 committed by GitHub
parent f384088fd1
commit 6c01968ce9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
Cargo.lock generated
View file

@ -1346,9 +1346,9 @@ checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
[[package]] [[package]]
name = "libmimalloc-sys" name = "libmimalloc-sys"
version = "0.1.31" version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef2c45001fb108f37d41bed8efd715769acb14674c1ce3e266ef0e317ef5f877" checksum = "43a558e3d911bc3c7bfc8c78bc580b404d6e51c1cefbf656e176a94b49b0df40"
dependencies = [ dependencies = [
"cc", "cc",
"libc", "libc",
@ -1488,9 +1488,9 @@ dependencies = [
[[package]] [[package]]
name = "mimalloc" name = "mimalloc"
version = "0.1.35" version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92666043c712f7f5c756d07443469ddcda6dd971cc15258bb7f3c3216fd1b7aa" checksum = "3d88dad3f985ec267a3fcb7a1726f5cb1a7e8cad8b646e70a84f967210df23da"
dependencies = [ dependencies = [
"libmimalloc-sys", "libmimalloc-sys",
] ]

View file

@ -32,7 +32,7 @@ fs-lock = { version = "0.1.0", path = "../fs-lock" }
gh-token = "0.1.1" gh-token = "0.1.1"
log = { version = "0.4.17", features = ["std"] } log = { version = "0.4.17", features = ["std"] }
miette = "5.7.0" miette = "5.7.0"
mimalloc = { version = "0.1.35", default-features = false, optional = true } mimalloc = { version = "0.1.36", default-features = false, optional = true }
once_cell = "1.17.1" once_cell = "1.17.1"
semver = "1.0.17" semver = "1.0.17"
strum = "0.24.1" strum = "0.24.1"