Unverified Commit 457da328 authored by dependabot[bot]'s avatar dependabot[bot] Committed by GitHub
Browse files

chore(deps): update pprof requirement from 0.10 to 0.11 (#924)

* 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: default avatardependabot[bot] <support@github.com>

* chore(deps): criterion v0.4.0

* fix tests

* Revert "fix tests"

This reverts commit 76310bd6

.

Signed-off-by: default avatardependabot[bot] <support@github.com>
Co-authored-by: default avatardependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Niklas Adolfsson's avatarNiklas Adolfsson <niklasadolfsson1@gmail.com>
parent 425b1b6e
Pipeline #225664 failed with stages
in 1 minute and 51 seconds
......@@ -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"] }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment