From 172f6a4f3816672325007b6ec679d602c2b5e288 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 13:42:32 +0000 Subject: [PATCH] chore(deps): update pprof requirement from 0.13 to 0.14 --- updated-dependencies: - dependency-name: pprof dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0378f9c12..04666580a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tiny_http = "0.12" time = { version = "0.3.7", features = ["serde", "formatting", "parsing"]} [target.'cfg(unix)'.dev-dependencies] -pprof = { version = "0.13", features = ["flamegraph", "prost-codec"] } +pprof = { version = "0.14", features = ["flamegraph", "prost-codec"] } [features] dir_source = ["walkdir"]