Bump mimalloc from 0.1.30 to 0.1.31

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

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

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

8
Cargo.lock generated

@ -541,9 +541,9 @@ dependencies = [
[[package]]
name = "libmimalloc-sys"
version = "0.1.26"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc093ab289b0bfda3aa1bdfab9c9542be29c7ef385cfcbe77f8c9813588eb48"
checksum = "c37567b180c1af25924b303ddf1ee4467653783440c62360beb2b322a4d93361"
dependencies = [
"cc",
]
@ -607,9 +607,9 @@ dependencies = [
[[package]]
name = "mimalloc"
version = "0.1.30"
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ce6a4b40d3bff9eb3ce9881ca0737a85072f9f975886082640cd46a75cdb35"
checksum = "b32d6a9ac92d0239d7bfa31137fb47634ac7272a3c11bcee91379ac100781670"
dependencies = [
"libmimalloc-sys",
]

@ -35,7 +35,7 @@ hyper = { version = "0.14.22", 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.30", default-features = false }
mimalloc = { version = "0.1.31", default-features = false }
socket2 = "0.4.7"
parking_lot = "0.12.1"
rand = "0.8.5"

Loading…
Cancel
Save