fix(pprof): Fixed the problem that pprof crate does not support the window platform (#1681)

Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
houseme
2026-02-01 00:12:55 +08:00
committed by GitHub
parent 087f58b7c8
commit 07cf2feaad
5 changed files with 57 additions and 132 deletions
+1 -5
View File
@@ -38,8 +38,6 @@ tracing = { workspace = true }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true }
thiserror = { workspace = true }
uuid = { workspace = true, features = ["v4", "serde"] }
anyhow = { workspace = true }
async-trait = { workspace = true }
futures = { workspace = true }
time = { workspace = true }
@@ -55,8 +53,6 @@ rand = { workspace = true }
s3s = { workspace = true }
[dev-dependencies]
tokio-test = { workspace = true }
tracing-subscriber = { workspace = true }
tempfile = { workspace = true }
serial_test = { workspace = true }
heed = { version = "0.22.0" }
uuid = { workspace = true, features = ["v4", "serde"] }