Bump pprof from 0.10.1 to 0.11.0

Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.10.1 to 0.11.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>
This commit is contained in:
dependabot[bot] 2022-11-08 02:04:34 +00:00 committed by extrawurst
parent dbe5a37372
commit 5876d617ff
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View file

@ -1238,9 +1238,9 @@ checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
[[package]]
name = "pprof"
version = "0.10.1"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6472bfed9475542ac46c518734a8d06d71b0f6cb2c17f904aa301711a57786f"
checksum = "e20150f965e0e4c925982b9356da71c84bcd56cb66ef4e894825837cbcf6613e"
dependencies = [
"backtrace",
"cfg-if",
@ -1597,9 +1597,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "symbolic-common"
version = "9.2.1"
version = "10.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "800963ba330b09a2ae4a4f7c6392b81fbc2784099a98c1eac68c3437aa9382b2"
checksum = "ac457d054f793cedfde6f32d21d692b8351cfec9084fefd0470c0373f6d799bc"
dependencies = [
"debugid",
"memmap2",
@ -1609,9 +1609,9 @@ dependencies = [
[[package]]
name = "symbolic-demangle"
version = "9.2.1"
version = "10.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b940a1fdbc72bb3369e38714efe6cd332dbbe46d093cf03d668b9ac390d1ad0"
checksum = "48808b846eef84e0ac06365dc620f028ae632355e5dcffc007bf1b2bf5eab17b"
dependencies = [
"cpp_demangle",
"rustc-demangle",

View file

@ -56,7 +56,7 @@ which = "4.3"
# pprof is not available on windows
[target.'cfg(not(windows))'.dependencies]
pprof = { version = "0.10", features = ["flamegraph"], optional = true }
pprof = { version = "0.11", features = ["flamegraph"], optional = true }
[dev-dependencies]
pretty_assertions = "1.3"