mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-22 10:58:07 +00:00
Update criterion requirement from 0.5.1 to 0.6.0
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](https://github.com/bheisler/criterion.rs/compare/0.5.1...0.6.0) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
@ -17,7 +17,7 @@ schemars = { version = "0.8.17", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
serde_json = "1.0.116"
|
||||
criterion = {version = "0.5.1", features= ["html_reports"]}
|
||||
criterion = {version = "0.6.0", features= ["html_reports"]}
|
||||
does-it-json = "0.0.4"
|
||||
|
||||
[badges]
|
||||
|
Reference in New Issue
Block a user