Skip to content

Commit b40e30a

Browse files
chore(deps): update criterion requirement from 0.3 to 0.4
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]>
1 parent 00b501c commit b40e30a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ zstd = { version = "0.10", optional = true }
4040

4141
[dev-dependencies]
4242
assert_matches = "1.5"
43-
criterion = { version = "0.3", features = ["async_tokio"] }
43+
criterion = { version = "0.4", features = ["async_tokio"] }
4444
dotenvy = "0.15.1"
4545
futures = "0.3"
4646
j4rs = "0.13"

0 commit comments

Comments
 (0)