chore(deps): refresh profiling dependencies for the next batch

Update hotpath and its macro crate to the compatible patch release before
the next dependency-ready implementation tasks.

Co-Authored-By: heihutu <heihutu@gmail.com>
Co-Authored-By: zhi22915 <qiuzgang@gmail.com>
This commit is contained in:
houseme
2026-09-05 19:10:54 +08:00
parent ec9672a397
commit 53efaa2b8f
2 changed files with 20 additions and 93 deletions
+1 -1
View File
@@ -371,7 +371,7 @@ dav-server = "0.11.0"
# Performance Analysis and Memory Profiling
rustfs-mimalloc = { version = "0.5.3" }
hotpath = { version = "0.25.0", default-features = false }
hotpath = { version = "0.25.1", default-features = false }
# Snapshot testing for output format regression detection
insta = { version = "1.48" }