Skip to content

Commit

Permalink
Bump pprof from 0.4.4 to 0.6.0 (#2996)
Browse files Browse the repository at this point in the history
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.4.4 to 0.6.0.
- [Release notes](https://github.com/tikv/pprof-rs/releases)
- [Commits](tikv/pprof-rs@v0.4.4...v0.6.0)

---
updated-dependencies:
- dependency-name: pprof
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored Nov 1, 2021
1 parent 0f0117c commit 96e30e3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ executor-benchmark = {path = "../executor/benchmark", package="starcoin-executor
futures = "0.3.12"
logger = {path = "../commons/logger",package="starcoin-logger"}
[target."cfg(target_os=\"linux\")".dependencies]
pprof = { version = "0.4", features = ["flamegraph", "criterion"] }
pprof = { version = "0.6", features = ["flamegraph", "criterion"] }
[dev-dependencies]

# see https://bheisler.github.io/criterion.rs/book/faq.html#cargo-bench-gives-unrecognized-option-errors-for-valid-command-line-options
Expand Down

0 comments on commit 96e30e3

Please sign in to comment.