Skip to content

Commit

Permalink
Update criterion dependency to 0.5
Browse files Browse the repository at this point in the history
Update the criterion dependency that we rely on to version 0.5, to get
the latest and greatest.

Signed-off-by: Daniel Müller <deso@posteo.net>
  • Loading branch information
d-e-s-o committed Jul 21, 2023
1 parent 47b31f4 commit 2b7639a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ tracing = {version = "0.1", default-features = false, features = ["attributes"],
addr2line = "=0.20.0"
anyhow = "1.0.71"
blazesym = {path = ".", features = ["generate-unit-test-files", "tracing"]}
criterion = "0.4"
criterion = {version = "0.5.1", default-features = false, features = ["rayon", "cargo_bench_support"]}
env_logger = "0.10"
tempfile = "3.4"
test-log = {version = "0.2", default-features = false, features = ["trace"]}
Expand Down

0 comments on commit 2b7639a

Please sign in to comment.