Skip to content

Commit

Permalink
chore(deps): update pprof requirement from 0.10 to 0.11 (#924)
Browse files Browse the repository at this point in the history
* chore(deps): update pprof requirement from 0.10 to 0.11

Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>

* chore(deps): criterion v0.4.0

* fix tests

* Revert "fix tests"

This reverts commit 76310bd.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson <[email protected]>
  • Loading branch information
dependabot[bot] and niklasad1 authored Nov 9, 2022
1 parent 425b1b6 commit 457da32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ license = "MIT"
publish = false

[dependencies]
pprof = { version = "0.10", features = ["flamegraph", "criterion"] }
criterion = { version = "0.3", features = ["async_tokio", "html_reports"] }
pprof = { version = "0.11", features = ["flamegraph", "criterion"] }
criterion = { version = "0.4", features = ["async_tokio", "html_reports"] }
futures-channel = "0.3.15"
futures-util = "0.3.15"
jsonrpsee = { path = "../jsonrpsee", features = ["server"] }
Expand Down

0 comments on commit 457da32

Please sign in to comment.