Skip to content

Commit

Permalink
build(deps): update pprof requirement from 0.11.1 to 0.12.1
Browse files Browse the repository at this point in the history
Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 2, 2023
1 parent 76771cf commit c5c9271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async-trait = "0.1.56"
criterion = { version = "0.4.0", default-features = false, features = ["html_reports"] }
opentelemetry-jaeger = "0.19.0"
opentelemetry-stdout = { version = "0.1.0", features = ["trace"] }
pprof = { version = "0.11.1", features = ["flamegraph", "criterion"] }
pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] }
futures-util = { version = "0.3", default-features = false }
tokio = { version = "1", features = ["full"] }
tokio-stream = "0.1"
Expand Down

0 comments on commit c5c9271

Please sign in to comment.