Skip to content

Commit 90554b3

Browse files
authored
Merge pull request #2 from lovablelabs/dependabot/cargo/criterion-0.8
build(deps): Update criterion requirement from 0.5 to 0.8
2 parents 62d2766 + a6d0358 commit 90554b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ tracing-opentelemetry = { version = "0.32", optional = true }
2424
tokio = { version = "1", features = ["rt"], optional = true }
2525

2626
[dev-dependencies]
27-
criterion = { version = "0.5", features = ["html_reports"] }
27+
criterion = { version = "0.8", features = ["html_reports"] }
2828
tracing-subscriber = { version = "0.3", features = ["registry", "fmt", "env-filter"] }
2929
tokio = { version = "1", features = ["rt", "macros"] }
3030

0 commit comments

Comments
 (0)