Skip to content

Commit 5876d61

Browse files
dependabot[bot]extrawurst
authored andcommitted
Bump pprof from 0.10.1 to 0.11.0
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.10.1 to 0.11.0. - [Release notes](https://github.com/tikv/pprof-rs/releases) - [Changelog](https://github.com/tikv/pprof-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/tikv/pprof-rs/commits) --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent dbe5a37 commit 5876d61

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.lock

Lines changed: 6 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.3"
5656

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

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

0 commit comments

Comments
 (0)