mirror of
https://github.com/achanda/ipnetwork.git
synced 2025-06-16 08:48:51 +00:00
Update criterion requirement from 0.4.0 to 0.5.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.4.0...0.5.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
![49699333+dependabot[bot]@users.noreply.github.com](/assets/img/avatar_default.png)
committed by
Abhishek Chanda

parent
a01d32ede8
commit
19aafee3c8
@ -16,7 +16,7 @@ schemars = { version = "0.8.12", optional = true }
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
criterion = {version = "0.4.0", features= ["html_reports"]}
|
criterion = {version = "0.5.0", features= ["html_reports"]}
|
||||||
does-it-json = "0.0.4"
|
does-it-json = "0.0.4"
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
Reference in New Issue
Block a user