Skip to content

Commit

Permalink
Merge pull request #4944 from clap-rs/renovate/criterion-0.x
Browse files Browse the repository at this point in the history
chore(deps): update rust crate criterion to 0.5.1
  • Loading branch information
epage committed Jun 1, 2023
2 parents a4f8391 + 4eb03ea commit e8a3568
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 35 deletions.
67 changes: 33 additions & 34 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion clap_bench/Cargo.toml
Expand Up @@ -13,7 +13,7 @@ release = false

[dev-dependencies]
clap = { path = "../", version = "4.0.0", default-features = false, features = ["std", "help"] }
criterion = "0.4.0"
criterion = "0.5.1"
lazy_static = "1.4.0"

[[bench]]
Expand Down

0 comments on commit e8a3568

Please sign in to comment.