From e6cf4019fbd81c430c2b259c51e9dd50a3ed6bca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 07:59:11 +0000 Subject: [PATCH] chore(deps): update pprof requirement from 0.13.0 to 0.14.0 (#161) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ab43b54b..78692ccd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ wasm-bindgen = "=0.2.93" assert_approx_eq = "1.1.0" criterion = "0.5.1" iai = "0.1.1" -pprof = { version = "0.13.0", features = ["criterion", "frame-pointer", "prost-codec"] } +pprof = { version = "0.14.0", features = ["criterion", "frame-pointer", "prost-codec"] } pretty_assertions = "1.4.1" [workspace.lints.rust]