diff --git a/Cargo.toml b/Cargo.toml index a4ac6ae54..4699343d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ proptest = "1.0.0" criterion = "0.3.5" test-log = "0.2.10" env_logger = "0.9.0" -pprof = { version = "0.8.0", features = ["flamegraph", "criterion"] } +pprof = { version = "0.9.0", features = ["flamegraph", "criterion"] } futures = "0.3.21" [dev-dependencies.fail]