Skip to content

Commit

Permalink
chore(deps): update pprof requirement from 0.13 to 0.14
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pprof
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent b509436 commit 05eea22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ wasm-bindgen = "0.2.95"
wasm-bindgen-test = "0.3.9"

[target.'cfg(unix)'.dev-dependencies]
pprof = { version = "0.13", features = ["criterion", "flamegraph"] }
pprof = { version = "0.14", features = ["criterion", "flamegraph"] }

[profile.release]
codegen-units = 1
Expand Down

0 comments on commit 05eea22

Please sign in to comment.