From 13aa43d472d6aa2a902f91620fe8142578b0e80f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 14:27:38 +0000 Subject: [PATCH] chore(deps): update rust crate pprof to 0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e772f92..9911bec0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -118,7 +118,7 @@ features = [ [dev-dependencies] criterion = { version = "0.5", features = ["async_tokio", "html_reports"] } -pprof = { version = "0.12", features = ["flamegraph"] } +pprof = { version = "0.13", features = ["flamegraph"] } paste = "1.0.14" serde = "1" tokio = { version = "1", features = ["macros", "rt-multi-thread"] }