mirror of https://git.sr.ht/~stygianentity/bincode
Update criterion requirement from 0.4 to 0.5 (#641)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ad6cf2518a
commit
602d5137bf
|
|
@ -39,7 +39,7 @@ serde = { version = "1.0", default-features = false, optional = true }
|
|||
serde_derive = "1.0"
|
||||
serde_json = { version = "1.0", default-features = false }
|
||||
tempfile = "3.2"
|
||||
criterion = "0.4"
|
||||
criterion = "0.5"
|
||||
rand = "0.8"
|
||||
uuid = { version = "1.1", features = ["serde"] }
|
||||
chrono = { version = "0.4", features = ["serde"] }
|
||||
|
|
|
|||
Loading…
Reference in New Issue