From c341ed0b3186acf1ce490cabd6ea5c13e0edfcb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 15:00:58 +0000 Subject: [PATCH] build(deps): update pprof requirement in the crates-io group --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production dependency-group: crates-io ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 27af25c..8ef7d93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"