Skip to content

Commit a280c9e

Browse files
Update criterion requirement from 0.3 to 0.4 (#163)
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.0...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66a3d57 commit a280c9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ inferno = { version = "0.11", default-features = false, features = ["nameattr"],
3737
prost = { version = "0.10", optional = true }
3838
prost-derive = { version = "0.10", optional = true }
3939
protobuf = { version = "2.0", optional = true }
40-
criterion = {version = "0.3", optional = true}
40+
criterion = {version = "0.4", optional = true}
4141

4242
[dependencies.symbolic-demangle]
4343
version = "9.0"
4444
default-features = false
4545
features = ["rust"]
4646

4747
[dev-dependencies]
48-
criterion = "0.3"
48+
criterion = "0.4"
4949
rand = "0.8.0"
5050

5151
[build-dependencies]

0 commit comments

Comments
 (0)