From fbc469e5df5b18164d03640054ce83d8b292699f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 11:29:33 +0900 Subject: [PATCH] Update pprof requirement from 0.9.0 to 0.10.0 (#1400) 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/compare/v0.9.1...v0.10.0) --- 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 4899dd119..4cb2b6db8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -71,7 +71,7 @@ proptest = "1.0.0" criterion = "0.3.5" test-log = "0.2.10" env_logger = "0.9.0" -pprof = { version = "0.9.0", features = ["flamegraph", "criterion"] } +pprof = { version = "0.10.0", features = ["flamegraph", "criterion"] } futures = "0.3.21" [dev-dependencies.fail]