Skip to content

Commit a03ff22

Browse files
authored
Update criterion and pprof (#42)
1 parent 80ae321 commit a03ff22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ smallvec = { version = "1.0", optional = true }
4040

4141
[dev-dependencies]
4242
async-trait = "0.1.56"
43-
criterion = { version = "0.4.0", default-features = false, features = ["html_reports"] }
43+
criterion = { version = "0.5.1", default-features = false, features = ["html_reports"] }
4444
opentelemetry = { version = "0.20.0", features = ["trace", "metrics", "rt-tokio"] }
4545
opentelemetry_sdk = { version = "0.20.0", default-features = false, features = ["trace"] }
4646
opentelemetry-jaeger = "0.19.0"
@@ -54,7 +54,7 @@ tracing = { version = "0.1.35", default-features = false, features = ["std", "at
5454
tracing-subscriber = { version = "0.3.0", default-features = false, features = ["registry", "std", "fmt"] }
5555

5656
[target.'cfg(not(target_os = "windows"))'.dev-dependencies]
57-
pprof = { version = "0.11.1", features = ["flamegraph", "criterion"] }
57+
pprof = { version = "0.12.1", features = ["flamegraph", "criterion"] }
5858

5959
[target.'cfg(all(target_arch = "wasm32", not(target_os = "wasi")))'.dependencies]
6060
js-sys = "0.3.64"

0 commit comments

Comments
 (0)