From 6e83cb70f4d8785670afcf768116ecead9c2b44e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 13:48:49 +0000 Subject: [PATCH] chore(deps): update pprof requirement from 0.11 to 0.12 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 0ee27e8fe..1f8b08283 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ tiny_http = "0.12" time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]} [target.'cfg(unix)'.dev-dependencies] -pprof = { version = "0.11", features = ["flamegraph", "prost-codec"] } +pprof = { version = "0.12", features = ["flamegraph", "prost-codec"] } [features] dir_source = ["walkdir"]