Skip to content

Commit

Permalink
Merge pull request #419 from spacemeshos/dependabot/cargo/pprof-0.14.0
Browse files Browse the repository at this point in the history
Bump pprof from 0.13.0 to 0.14.0
  • Loading branch information
fasmat authored Nov 11, 2024
2 parents 1080ac5 + e23983c commit 424484e
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 3 deletions.
34 changes: 32 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ proptest = "1.5.0"
rstest = "0.22.0"

[target.'cfg(not(windows))'.dev-dependencies]
pprof = { version = "0.13.0", features = ["flamegraph", "criterion"] }
pprof = { version = "0.14.0", features = ["flamegraph", "criterion"] }

[[bench]]
name = "proving"
Expand Down

0 comments on commit 424484e

Please sign in to comment.