Skip to content

Commit

Permalink
Bump pprof from 0.7.0 to 0.8.0 (#3358)
Browse files Browse the repository at this point in the history
Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.7.0 to 0.8.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]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2022
1 parent 7b02ba5 commit 4652f82
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 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.7", features = ["flamegraph", "criterion"] }
pprof = { version = "0.8", 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
2 changes: 1 addition & 1 deletion cmd/db-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ logger = {path = "../../commons/logger",package="starcoin-logger"}
clap = { version = "3", features = ["derive"] }

[target."cfg(target_os=\"linux\")".dependencies]
pprof = { version = "0.7", features = ["flamegraph"] }
pprof = { version = "0.8", features = ["flamegraph"] }

[[bin]]
name = "starcoin_db_exporter"
Expand Down

0 comments on commit 4652f82

Please sign in to comment.