From 3a6d6d2a5cf92de806dd88c56369b84b48de124c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:22:01 +0000 Subject: [PATCH] Update pprof requirement from 0.12 to 0.13 --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/rlp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/rlp/Cargo.toml b/crates/rlp/Cargo.toml index 93a8ccc..e7690d8 100644 --- a/crates/rlp/Cargo.toml +++ b/crates/rlp/Cargo.toml @@ -28,7 +28,7 @@ rlp = { workspace = true, features = [ ] } hex-literal = "0.4" criterion = "0.5.0" -pprof = { version = "0.12", features = ["flamegraph", "frame-pointer", "criterion"] } +pprof = { version = "0.13", features = ["flamegraph", "frame-pointer", "criterion"] } [features] default = ["kzg"]