Update jemalloc_pprof 0.7.0 -> 0.8.1

This commit is contained in:
Josiah Glosson 2025-08-07 20:27:40 -05:00
parent 86c408c700
commit 39aea6545d
2 changed files with 18 additions and 5 deletions

21
Cargo.lock generated
View File

@ -4159,15 +4159,15 @@ dependencies = [
[[package]]
name = "jemalloc_pprof"
version = "0.7.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5622af6d21ff86ed7797ef98e11b8f302da25ec69a7db9f6cde8e2e1c8df9992"
checksum = "74ff642505c7ce8d31c0d43ec0e235c6fd4585d9b8172d8f9dd04d36590200b5"
dependencies = [
"anyhow",
"libc",
"mappings",
"once_cell",
"pprof_util",
"pprof_util 0.8.0",
"tempfile",
"tikv-jemalloc-ctl",
"tokio",
@ -4664,7 +4664,7 @@ dependencies = [
"anyhow",
"libc",
"once_cell",
"pprof_util",
"pprof_util 0.7.0",
"tracing",
]
@ -6009,6 +6009,19 @@ name = "pprof_util"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa015c78eed2130951e22c58d2095849391e73817ab2e74f71b0b9f63dd8416"
dependencies = [
"anyhow",
"flate2",
"num",
"paste",
"prost",
]
[[package]]
name = "pprof_util"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9aba4251d95ac86f14c33e688d57a9344bfcff29e9b0c5a063fc66b5facc8a1"
dependencies = [
"anyhow",
"backtrace",

View File

@ -80,7 +80,7 @@ image = { version = "0.25.6", default-features = false, features = ["rayon"] }
indexmap = "2.10.0"
indicatif = "0.18.0"
itertools = "0.14.0"
jemalloc_pprof = "0.7.0"
jemalloc_pprof = "0.8.1"
json-patch = { version = "4.0.0", default-features = false }
lettre = { version = "0.11.17", default-features = false, features = [
"builder",