From cbd06ab1899c56260568ca914b58767f984cf486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 May 2022 11:42:04 +0900 Subject: [PATCH] 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a4ac6ae54..4699343d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ proptest = "1.0.0" criterion = "0.3.5" test-log = "0.2.10" env_logger = "0.9.0" -pprof = { version = "0.8.0", features = ["flamegraph", "criterion"] } +pprof = { version = "0.9.0", features = ["flamegraph", "criterion"] } futures = "0.3.21" [dev-dependencies.fail]