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"]