From 6b9e211f34a1be066dda30421d3f511511f3156f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 22 Aug 2021 12:54:04 +0200 Subject: [PATCH] upgrade profiler dependency --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8dadc89e..cbc0fa78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -918,9 +918,9 @@ dependencies = [ [[package]] name = "pprof" -version = "0.4.4" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c7600124d694d855283caf9f333befe2abce090833bb638009aeddd9e156dee" +checksum = "c9fb4eee2f2c4f7d48fe5a33008dececbc405d0e58d2a94afe742d4f175bc401" dependencies = [ "backtrace", "inferno", diff --git a/Cargo.toml b/Cargo.toml index de804052..74f269fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ which = "4.1" # pprof is not available on windows [target.'cfg(not(windows))'.dependencies] -pprof = { version = "0.4", features = ["flamegraph"], optional = true } +pprof = { version = "0.5", features = ["flamegraph"], optional = true } [dev-dependencies] pretty_assertions = "0.7"