Skip to content

Commit

Permalink
Update criterion requirement from 0.4.0 to 0.5.1 (#42)
Browse files Browse the repository at this point in the history
* Update criterion requirement from 0.4.0 to 0.5.1

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]>

* impl Display instead of ToString

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cristiano Piemontese <[email protected]>
  • Loading branch information
dependabot[bot] and cpiemontese authored May 21, 2024
1 parent 64b77ef commit bfb69f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion positional/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ thiserror = "1.0.31"

[dev-dependencies]
chrono = "0.4.19"
criterion = "0.4.0"
criterion = "0.5.1"
fake = {version = "2.4.3", features = ["derive", "chrono"]}
rand = "0.8"
2 changes: 2 additions & 0 deletions positional/src/field.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
use std::fmt::Display;

use pad::{Alignment, PadStr};
use std::fmt::Display;

Expand Down

0 comments on commit bfb69f5

Please sign in to comment.