Skip to content

Commit 1869536

Browse files
chore(deps): update pprof requirement from 0.14 to 0.15 (#1577)
--- updated-dependencies: - dependency-name: pprof dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04afa7 commit 1869536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ console-subscriber = "0.4"
8888
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
8989
fast-socks5 = "0.10"
9090
futures = { version = "0.3.14", default-features = false, features = ["std"] }
91-
pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
91+
pprof = { version = "0.15", features = ["flamegraph", "criterion"] }
9292
socket2 = "0.5.1"
9393
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
9494
trybuild = "1.0.97"

0 commit comments

Comments
 (0)