Skip to content

Commit

Permalink
build(deps): update criterion requirement from 0.4 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.4.0...0.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and beltram committed Jun 28, 2023
1 parent 902df7a commit f83723b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ surf = "2.3"
tempfile = "3.3"
isahc = { version = "1.7", features = ["json"] }
tokio = { version = "1.16", features = ["macros", "rt-multi-thread"] }
criterion = { version = "0.4", features = ["async_std", "html_reports"] }
criterion = { version = "0.5", features = ["async_std", "html_reports"] }
actix-web = { version = "4.2", default-features = false, features = ["macros"] }
uuid = "1.1"
email-address-parser = "1.0"
Expand Down

0 comments on commit f83723b

Please sign in to comment.