fix(build): restore mimalloc workspace dependency

This commit is contained in:
Zhengchao An
2026-08-24 17:26:54 +08:00
committed by GitHub
parent 8f2b91f79b
commit 8bd6d8c4db
9 changed files with 32 additions and 119 deletions
+2
View File
@@ -210,6 +210,7 @@ sha1 = "0.11.0"
sha2 = "0.11.0"
subtle = "2.6"
zeroize = { version = "1.9.0" }
proptest = "1"
# Time and Date
chrono = { version = "0.4.45" }
@@ -352,6 +353,7 @@ dav-server = "0.11.0"
# Performance Analysis and Memory Profiling
rustfs-mimalloc = { version = "0.5.0" }
rustfs-mimalloc-sys = { version = "0.5.0" }
hotpath = { version = "0.24.0", default-features = false }
# Snapshot testing for output format regression detection
insta = { version = "1.48" }