Skip to content

Commit

Permalink
Bump pprof from 0.12.1 to 0.13.0
Browse files Browse the repository at this point in the history
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.12.1 to 0.13.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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Sep 27, 2023
1 parent ec366d9 commit faf9201
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -52,4 +52,4 @@ prost-build = "0.12"
lto = true

[target.'cfg(not(target_env = "msvc"))'.dev-dependencies]
pprof = {version = "0.12", features = ["flamegraph"]}
pprof = {version = "0.13", features = ["flamegraph"]}

0 comments on commit faf9201

Please sign in to comment.