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]]