From 732c9e52c0b62a2ea203032fd08e2c4c4d385ab8 Mon Sep 17 00:00:00 2001 From: arty Date: Mon, 15 Jul 2024 10:11:53 -0700 Subject: [PATCH] Bump pprof version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3a63675..4ce38186 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ rand = "0.8.5" rand_chacha = "0.3.1" [dependencies.pprof] -version = "0.13" +version = "0.23.0" features = ["flamegraph"] optional = true