From 441ca7b3b2288f2b600020db0f59802680388712 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 30 Dec 2020 06:50:41 +0000 Subject: [PATCH] Bump pprof from 0.3.21 to 0.4.0 Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.3.21 to 0.4.0. - [Release notes](https://github.com/tikv/pprof-rs/releases) - [Commits](https://github.com/tikv/pprof-rs/compare/v0.3.21...v0.4.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a636161e..c23a0990 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -753,9 +753,9 @@ checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" [[package]] name = "pprof" -version = "0.3.21" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8279bcc9c673a16a105ac0c9d2de161d2fb1344c22abb6b06614a7d291b5ea58" +checksum = "ffccebf7f721f18477a39f99a7bae543edd02a9850a2cbfe6c407f8cc291dd89" dependencies = [ "backtrace", "inferno", diff --git a/Cargo.toml b/Cargo.toml index 90ce09b1..0970bf34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ which = "4.0" # pprof is not available on windows [target.'cfg(not(windows))'.dependencies] -pprof = { version = "0.3", features = ["flamegraph"], optional = true } +pprof = { version = "0.4", features = ["flamegraph"], optional = true } [badges] maintenance = { status = "actively-developed" }