From db086dac39473a4b8ec70cd3ee89c31d030586df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2024 19:40:14 +0000 Subject: [PATCH] build(deps): update pprof requirement from 0.13.0 to 0.14.0 (#750) --- 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]]