Skip to content

Commit e36e86d

Browse files
author
Stephan Dilly
committed
upgrade profiler dependency
1 parent 3bdff7a commit e36e86d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ which = "4.1"
5454

5555
# pprof is not available on windows
5656
[target.'cfg(not(windows))'.dependencies]
57-
pprof = { version = "0.4", features = ["flamegraph"], optional = true }
57+
pprof = { version = "0.5", features = ["flamegraph"], optional = true }
5858

5959
[dev-dependencies]
6060
pretty_assertions = "0.7"

0 commit comments

Comments
 (0)