From 60fe34ea600eeb8f21f06950c2ba0f51120cfaf9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 07:07:30 +0000 Subject: [PATCH] fix(deps): update rust crate pprof to 0.14.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 665312c..2859f2c 100644 --- a/server/ingestor/Cargo.toml +++ b/server/ingestor/Cargo.toml @@ -17,4 +17,4 @@ tracing = "0.1.39" serde = "1.0.198" envy = "0.4.2" once_cell = "1.18.0" -pprof = "0.11.1" +pprof = "0.14.0"