Skip to content

Commit

Permalink
build(deps): update pprof requirement from 0.13.0 to 0.14.0 (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent a6599ac commit db086da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firewood/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit db086da

Please sign in to comment.