Skip to content

Commit cbd06ab

Browse files
Update pprof requirement from 0.8.0 to 0.9.0 (#1365)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 749395b commit cbd06ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ proptest = "1.0.0"
7070
criterion = "0.3.5"
7171
test-log = "0.2.10"
7272
env_logger = "0.9.0"
73-
pprof = { version = "0.8.0", features = ["flamegraph", "criterion"] }
73+
pprof = { version = "0.9.0", features = ["flamegraph", "criterion"] }
7474
futures = "0.3.21"
7575

7676
[dev-dependencies.fail]

0 commit comments

Comments
 (0)