From bd186ffee833d32d831a239f9b5596ab38b6838d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 14:07:24 +0000 Subject: [PATCH] fix(deps): update rust crate pprof to 0.13.0 --- server/ingestor/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/ingestor/Cargo.toml b/server/ingestor/Cargo.toml index 03ec6db..41ebe40 100644 --- a/server/ingestor/Cargo.toml +++ b/server/ingestor/Cargo.toml @@ -17,4 +17,4 @@ tracing = "0.1.37" serde = "1.0.188" envy = "0.4.2" once_cell = "1.18.0" -pprof = "0.11.1" +pprof = "0.13.0"