Skip to content

Commit

Permalink
Update criterion requirement from 0.4.0 to 0.5.1
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.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent 07d1ca1 commit d15b5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ default-features = false
[dev-dependencies]
time-test = "0.2.1"
floating-duration.workspace = true
criterion = "0.4.0"
criterion = "0.5.1"
pprof = { version = "0.11", features = ["flamegraph", "frame-pointer", "criterion"] }

[[bench]]
Expand Down

0 comments on commit d15b5f8

Please sign in to comment.