summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authorDavid Peter <mail@david-peter.de>2022-05-28 23:21:30 +0200
committerDavid Peter <sharkdp@users.noreply.github.com>2022-05-29 11:21:45 +0200
commitc47501ef7ccb3a2f3a0e99b089d16bb3b3d94f60 (patch)
tree4c391791264e7e237571c7a1703c347772acf384 /Cargo.lock
parent1d2d06ea255866130c063ded267e8616352d5dc2 (diff)
Update jemalloc to 5.3 (jemallocator 0.5)v8.4.0
Benchmarks show that this is a tiny bit faster than what we had previously.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 5637b0a..ef93e18 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -314,9 +314,9 @@ dependencies = [
[[package]]
name = "jemalloc-sys"
-version = "0.3.2"
+version = "0.5.0+5.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0d3b9f3f5c9b31aa0f5ed3260385ac205db665baa41d49bb8338008ae94ede45"
+checksum = "f655c3ecfa6b0d03634595b4b54551d4bd5ac208b9e0124873949a7ab168f70b"
dependencies = [
"cc",
"fs_extra",
@@ -325,9 +325,9 @@ dependencies = [
[[package]]
name = "jemallocator"
-version = "0.3.2"
+version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "43ae63fcfc45e99ab3d1b29a46782ad679e98436c3169d15a167a1108a724b69"
+checksum = "16c2514137880c52b0b4822b563fadd38257c1f380858addb74a400889696ea6"
dependencies = [
"jemalloc-sys",
"libc",