Bump mimalloc from 0.1.31 to 0.1.32

Bumps [mimalloc](https://github.com/purpleprotocol/mimalloc_rust) from 0.1.31 to 0.1.32.
- [Release notes](https://github.com/purpleprotocol/mimalloc_rust/releases)
- [Commits](https://github.com/purpleprotocol/mimalloc_rust/compare/v0.1.31...v0.1.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/155/head
dependabot[bot] 2 years ago committed by GitHub
parent 70e6021965
commit 904af32d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
Cargo.lock generated

@ -541,11 +541,12 @@ dependencies = [
[[package]]
name = "libmimalloc-sys"
version = "0.1.27"
version = "0.1.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c37567b180c1af25924b303ddf1ee4467653783440c62360beb2b322a4d93361"
checksum = "04d1c67deb83e6b75fa4fe3309e09cfeade12e7721d95322af500d3814ea60c9"
dependencies = [
"cc",
"libc",
]
[[package]]
@ -607,9 +608,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.31"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b32d6a9ac92d0239d7bfa31137fb47634ac7272a3c11bcee91379ac100781670"
checksum = "9b2374e2999959a7b583e1811a1ddbf1d3a4b9496eceb9746f1192a59d871eca"
dependencies = [
"libmimalloc-sys",
]

@ -35,7 +35,7 @@ hyper = { version = "0.14.23", default_features = false, features = [
ipext = "0.1.0"
libsodium-sys-stable = "1.19.22"
log = { version = "0.4.17", features = ["std", "release_max_level_debug"] }
mimalloc = { version = "0.1.31", default-features = false }
mimalloc = { version = "0.1.32", default-features = false }
socket2 = "0.4.7"
parking_lot = "0.12.1"
rand = "0.8.5"

Loading…
Cancel
Save