Bump mimalloc from 0.1.39 to 0.1.41

Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.39 to 0.1.41.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.39...v0.1.41)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/242/head
dependabot[bot] 3 weeks ago committed by GitHub
parent 5979876dc7
commit 56c8c7c759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
Cargo.lock generated

@ -610,9 +610,9 @@ dependencies = [
[[package]]
name = "libmimalloc-sys"
version = "0.1.35"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
dependencies = [
"cc",
"libc",
@ -680,9 +680,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.39"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
dependencies = [
"libmimalloc-sys",
]

@ -34,7 +34,7 @@ hyper = { version = "0.14.28", default-features = false, features = [
ipext = "0.1.0"
libsodium-sys-stable = "1.20.5"
log = { version = "0.4.21", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.39", default-features = false }
mimalloc = { version = "0.1.41", default-features = false }
socket2 = "0.5.6"
parking_lot = "0.12.1"
rand = "0.8.5"

Loading…
Cancel
Save