Skip to content

Commit

Permalink
build(deps): update pprof requirement in the crates-io group
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: pprof
  dependency-type: direct:production
  dependency-group: crates-io
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent fc53200 commit c341ed0
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 @@ -52,7 +52,7 @@ rusticata-macros = "4.0"
[dev-dependencies]
criterion = { version="0.5", features=["html_reports"] }
hex-literal = "0.4"
pprof = { version="0.13", features=["criterion","flamegraph","protobuf-codec"] }
pprof = { version="0.14", features=["criterion","flamegraph","protobuf-codec"] }

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

0 comments on commit c341ed0

Please sign in to comment.