tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.3k stars 99 forks source link

Update inferno requirement from 0.10 to 0.11 #107

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on inferno to permit the latest version.

Changelog

Sourced from inferno's changelog.

[0.11.0] - 2022-03-03

Changed

  • Allowed --skip-after to appear multiple times. #231
  • Replaces yanked 0.10.13 as the above change is backwards-incompatible.

[0.10.12] - 2022-02-12

Changed

  • Re-bump dashmap

[0.10.11] - 2022-02-05

Changed

  • Undo dashmap bump since 5.0.0 was yanked

[0.10.10] - 2022-01-10

Changed

  • Bumped various internal dependencies (notably dashmap and clap)

[0.10.9] - 2021-12-18

Added

  • collapse-perf gained --skip-after argument. #224

Changed

  • Frame skipping will also skip the process frame. #224

[0.10.8] - 2021-11-02

Added

  • Setting for skipping frames prior to a known frame. #222

[0.10.7] - 2021-09-01

Changed

  • Upgraded internal dependencies. #216

[0.10.6] - 2021-05-25

Changed

  • Highlight Rust async/await as user code. #213

[0.10.5] - 2021-05-05

Added

  • Add Rust language palette. #211

[0.10.4] - 2021-05-04

Changed

  • Use number of samples instead of fractions for width/x calculations. #210
  • Bumped pretty_assertions to 0.7
  • Bumped rand to 0.8

[0.10.3] - 2021-01-08

Added

  • Support jit annotations in collapse-perf for runtimes using the jitdump format. #202

... (truncated)

Commits


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)