Skip to content

Commit

Permalink
Update criterion requirement from 0.3 to 0.5
Browse files Browse the repository at this point in the history
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.3.0...0.5.1)

---
updated-dependencies:
- dependency-name: criterion
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mrobinson committed Aug 11, 2023
1 parent ef7c995 commit 189ed47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion html5ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ markup5ever = { version = "0.11", path = "../markup5ever" }
typed-arena = "2.0.2"

[target.'cfg(bench)'.dev-dependencies]
criterion = "0.3"
criterion = "0.5"

[build-dependencies]
quote = "1"
Expand Down
2 changes: 1 addition & 1 deletion xml5ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ markup5ever = {version = "0.11", path = "../markup5ever" }
rustc-test = "0.3"

[target.'cfg(bench)'.dev-dependencies]
criterion = "0.3"
criterion = "0.5"

[[bench]]
name = "xml5ever"
Expand Down

0 comments on commit 189ed47

Please sign in to comment.