chore(deps): Bump pprof from 0.8.0 to 0.9.0 (#4562)

Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.8.0 to 0.9.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] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
dependabot[bot] 2022-05-11 18:30:49 +00:00 committed by GitHub
parent b026073b02
commit 3912328497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 27 deletions

28
Cargo.lock generated
View File

@ -1885,7 +1885,7 @@ dependencies = [
"bytes",
"lazy_static",
"libc",
"pprof 0.9.0",
"pprof",
"spin 0.9.3",
"thiserror",
"tikv-jemalloc-sys",
@ -2492,7 +2492,7 @@ dependencies = [
"mutable_batch_lp",
"observability_deps",
"parking_lot 0.12.0",
"pprof 0.8.0",
"pprof",
"predicate",
"reqwest",
"serde",
@ -3876,30 +3876,6 @@ dependencies = [
"plotters-backend",
]
[[package]]
name = "pprof"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2324292407eab69d4ace0eed1524fe612ac37c98aa22b0d868355b17fada530"
dependencies = [
"backtrace",
"cfg-if",
"findshlibs",
"inferno",
"libc",
"log",
"nix 0.23.1",
"once_cell",
"parking_lot 0.12.0",
"prost",
"prost-build",
"prost-derive",
"smallvec",
"symbolic-demangle",
"tempfile",
"thiserror",
]
[[package]]
name = "pprof"
version = "0.9.0"

View File

@ -15,7 +15,7 @@ metric = { path = "../metric" }
metric_exporters = { path = "../metric_exporters" }
mutable_batch_lp = { path = "../mutable_batch_lp" }
observability_deps = { path = "../observability_deps" }
pprof = { version = "0.8", default-features = false, features = ["flamegraph", "prost-codec"], optional = true }
pprof = { version = "0.9", default-features = false, features = ["flamegraph", "prost-codec"], optional = true }
predicate = { path = "../predicate" }
service_grpc_testing = { path = "../service_grpc_testing" }
trace = { path = "../trace" }