From c5c9271926411004401babb8409e1d61482703be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Aug 2023 01:08:06 +0000 Subject: [PATCH] build(deps): update pprof requirement from 0.11.1 to 0.12.1 Updates the requirements on [pprof](https://github.com/tikv/pprof-rs) to permit the latest version. - [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] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4edf89b..54812e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ async-trait = "0.1.56" criterion = { version = "0.4.0", default-features = false, features = ["html_reports"] } opentelemetry-jaeger = "0.19.0" opentelemetry-stdout = { version = "0.1.0", features = ["trace"] } -pprof = { version = "0.11.1", features = ["flamegraph", "criterion"] } +pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] } futures-util = { version = "0.3", default-features = false } tokio = { version = "1", features = ["full"] } tokio-stream = "0.1"