Skip to content

Commit f689c42

Browse files
author
Stephan Dilly
committed
upgrade pprof
1 parent 38cf196 commit f689c42

File tree

2 files changed

+21
-7
lines changed

2 files changed

+21
-7
lines changed

Cargo.lock

Lines changed: 20 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ which = "4.1"
5656

5757
# pprof is not available on windows
5858
[target.'cfg(not(windows))'.dependencies]
59-
pprof = { version = "0.5", features = ["flamegraph"], optional = true }
59+
pprof = { version = "0.6", features = ["flamegraph"], optional = true }
6060

6161
[dev-dependencies]
6262
pretty_assertions = "1.0"

0 commit comments

Comments
 (0)