We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f04afa7 commit 1869536Copy full SHA for 1869536
Cargo.toml
@@ -88,7 +88,7 @@ console-subscriber = "0.4"
88
criterion = { version = "0.5", features = ["async_tokio", "html_reports"] }
89
fast-socks5 = "0.10"
90
futures = { version = "0.3.14", default-features = false, features = ["std"] }
91
-pprof = { version = "0.14", features = ["flamegraph", "criterion"] }
+pprof = { version = "0.15", features = ["flamegraph", "criterion"] }
92
socket2 = "0.5.1"
93
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
94
trybuild = "1.0.97"
0 commit comments