Skip to content

Commit

Permalink
chore(deps): update pprof requirement from 0.8 to 0.9 (#761)
Browse files Browse the repository at this point in the history
Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 11, 2022
1 parent 57a8854 commit 4fbf244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Expand Up @@ -8,7 +8,7 @@ license = "MIT"
publish = false

[dependencies]
pprof = { version = "0.8", features = ["flamegraph", "criterion"] }
pprof = { version = "0.9", features = ["flamegraph", "criterion"] }
criterion = { version = "0.3", features = ["async_tokio", "html_reports"] }
futures-channel = "0.3.15"
futures-util = "0.3.15"
Expand Down

0 comments on commit 4fbf244

Please sign in to comment.