Bump mimalloc from 0.1.34 to 0.1.36

Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.34 to 0.1.36.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.34...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>
pull/218/head
dependabot[bot] 1 year ago committed by GitHub
parent 610f71320c
commit 7f3761ddd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
Cargo.lock generated

@ -539,9 +539,9 @@ dependencies = [
[[package]]
name = "libmimalloc-sys"
version = "0.1.30"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8c7cbf8b89019683667e347572e6d55a7df7ea36b0c4ce69961b0cde67b174"
checksum = "43a558e3d911bc3c7bfc8c78bc580b404d6e51c1cefbf656e176a94b49b0df40"
dependencies = [
"cc",
"libc",
@ -606,9 +606,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.34"
version = "0.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcb174b18635f7561a0c6c9fc2ce57218ac7523cf72c50af80e2d79ab8f3ba1"
checksum = "3d88dad3f985ec267a3fcb7a1726f5cb1a7e8cad8b646e70a84f967210df23da"
dependencies = [
"libmimalloc-sys",
]

@ -35,7 +35,7 @@ hyper = { version = "0.14.24", default-features = false, features = [
ipext = "0.1.0"
libsodium-sys-stable = "1.19.27"
log = { version = "0.4.17", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.34", default-features = false }
mimalloc = { version = "0.1.36", default-features = false }
socket2 = "0.5.1"
parking_lot = "0.12.1"
rand = "0.8.5"

Loading…
Cancel
Save