From bb88c92a41fa3a2931ef85a43ee7d4bfe1eb2dba Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2020 07:28:39 +0000 Subject: [PATCH] Bump pprof from 0.3.17 to 0.3.18 Bumps [pprof](https://github.com/tikv/pprof-rs) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/tikv/pprof-rs/releases) - [Commits](https://github.com/tikv/pprof-rs/compare/v0.3.17...v0.3.18) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1dd3ff64..da6c7591 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -791,9 +791,9 @@ checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677" [[package]] name = "pprof" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b220b3619032fb17a2ffc86a8eaa570810490c79367c823731841b636807d821" +checksum = "53d27a595ff6b6fb3682cc3cea1940860f8d99f91fb849cff82f0315384c7609" dependencies = [ "backtrace", "inferno",