From cecd648370e4be30762aba3f7d9b7d656ada9f95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 23:46:30 +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 ba6c7d7..15e8deb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ tracing = { version = "0.1.35", default-features = false, features = ["std", "at tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std", "fmt"] } [target.'cfg(not(target_os = "windows"))'.dev-dependencies] -pprof = { version = "0.11.1", features = ["flamegraph", "criterion"] } +pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] } [lib] bench = false