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 bddef29 commit 70f3ed6Copy full SHA for 70f3ed6
Cargo.toml
@@ -54,7 +54,7 @@ tracing = { version = "0.1.35", default-features = false, features = ["std", "at
54
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std", "fmt"] }
55
56
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
57
-pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] }
+pprof = { version = "0.13.0", features = ["flamegraph", "criterion"] }
58
59
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
60
js-sys = "0.3.64"
0 commit comments