From 4e1f2f2b5e7ba16975bbaaf505ff9c30a1881488 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:31:49 +0000 Subject: [PATCH] build(deps): update pprof requirement from 0.13.0 to 0.14.0 --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- firewood/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewood/Cargo.toml b/firewood/Cargo.toml index 010491b7..2392d519 100644 --- a/firewood/Cargo.toml +++ b/firewood/Cargo.toml @@ -46,7 +46,7 @@ criterion = {version = "0.5.1", features = ["async_tokio"]} rand = "0.8.5" triehash = "0.8.4" clap = { version = "4.5.0", features = ['derive'] } -pprof = { version = "0.13.0", features = ["flamegraph"] } +pprof = { version = "0.14.0", features = ["flamegraph"] } tempfile = "3.12.0" [[bench]]