diff --git a/Cargo.lock b/Cargo.lock index 07d40e0..672bcc2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" [[package]] name = "jemalloc_pprof" -version = "0.8.1" +version = "0.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "74ff642505c7ce8d31c0d43ec0e235c6fd4585d9b8172d8f9dd04d36590200b5" +checksum = "8a0d44c349cfe2654897fadcb9de4f0bfbf48288ec344f700b2bd59f152dd209" dependencies = [ "anyhow", "libc", diff --git a/Cargo.toml b/Cargo.toml index 84a4218..cb5d2dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper = { version = "1.8.1", default-features = false, features = [ smol-hyper = { version = "0.1.1", default-features = false } [target.'cfg(not(target_env = "msvc"))'.dependencies] -jemalloc_pprof = { version = "0.8.1", optional = true, features = [ +jemalloc_pprof = { version = "0.8.2", optional = true, features = [ "symbolize", ] } pprof = { version = "0.15.0", default-features = false, optional = true, features = [