Skip to content

Commit

Permalink
Bump pprof from 0.11.1 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.11.1 to 0.12.0.
- [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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and extrawurst committed Jul 7, 2023
1 parent c2435c2 commit 05ce018
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ which = "4.4"

# pprof is not available on windows
[target.'cfg(not(windows))'.dependencies]
pprof = { version = "0.11", features = ["flamegraph"], optional = true }
pprof = { version = "0.12", features = ["flamegraph"], optional = true }

[dev-dependencies]
pretty_assertions = "1.4"
Expand Down

0 comments on commit 05ce018

Please sign in to comment.