From c443d07a5c3df2cf6507ab535c77259501476c50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Jul 2022 07:09:27 +0000 Subject: [PATCH] chore(deps): Bump criterion from 0.3.5 to 0.3.6 (#5059) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/bheisler/criterion.rs/compare/0.3.5...0.3.6) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- Cargo.lock | 14 ++++++++++---- iox_data_generator/Cargo.toml | 2 +- packers/Cargo.toml | 2 +- read_buffer/Cargo.toml | 2 +- router/Cargo.toml | 2 +- sharder/Cargo.toml | 2 +- 6 files changed, 15 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c85136c5c..ae8de72eae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -590,6 +590,12 @@ dependencies = [ "rustc_version", ] +[[package]] +name = "cast" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" + [[package]] name = "cc" version = "1.0.73" @@ -946,12 +952,12 @@ dependencies = [ [[package]] name = "criterion" -version = "0.3.5" +version = "0.3.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1604dafd25fba2fe2d5895a9da139f8dc9b319a5fe5354ca137cbbce4e178d10" +checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" dependencies = [ "atty", - "cast", + "cast 0.3.0", "clap 2.34.0", "criterion-plot", "csv", @@ -978,7 +984,7 @@ version = "0.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d00996de9f2f7559f7f4dc286073197f83e92256a59ed395f9aac01fe717da57" dependencies = [ - "cast", + "cast 0.2.7", "itertools", ] diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index 46c7aa5be0..549e7066d0 100644 --- a/iox_data_generator/Cargo.toml +++ b/iox_data_generator/Cargo.toml @@ -26,7 +26,7 @@ tracing-subscriber = "0.3" uuid = { version = "1", default_features = false } [dev-dependencies] -criterion = "0.3.3" +criterion = "0.3.6" test_helpers = { path = "../test_helpers" } [[bench]] diff --git a/packers/Cargo.toml b/packers/Cargo.toml index 774a63f630..2314b866f2 100644 --- a/packers/Cargo.toml +++ b/packers/Cargo.toml @@ -13,7 +13,7 @@ parquet = "16.0.0" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order -criterion = "0.3.3" +criterion = "0.3.6" rand = "0.8.3" [[bench]] diff --git a/read_buffer/Cargo.toml b/read_buffer/Cargo.toml index 3c28a53108..d2521f38a2 100644 --- a/read_buffer/Cargo.toml +++ b/read_buffer/Cargo.toml @@ -28,7 +28,7 @@ schema = { path = "../schema" } workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order -criterion = "0.3.3" +criterion = "0.3.6" packers = { path = "../packers" } proptest = { version = "1.0.0", default_features = false, features = ["std"] } rand = "0.8.3" diff --git a/router/Cargo.toml b/router/Cargo.toml index b88badfa7e..6f5f206f2b 100644 --- a/router/Cargo.toml +++ b/router/Cargo.toml @@ -40,7 +40,7 @@ write_summary = { path = "../write_summary" } [dev-dependencies] assert_matches = "1.5" -criterion = { version = "0.3.4", features = ["async_tokio", "html_reports"] } +criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] } once_cell = "1" paste = "1.0.7" pretty_assertions = "1.2.1" diff --git a/sharder/Cargo.toml b/sharder/Cargo.toml index 478992352f..d67d55ac0f 100644 --- a/sharder/Cargo.toml +++ b/sharder/Cargo.toml @@ -12,7 +12,7 @@ snafu = "0.7" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] -criterion = { version = "0.3.4", features = ["async_tokio", "html_reports"] } +criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] } hashbrown = "0.12" mutable_batch_lp = { path = "../mutable_batch_lp" } rand = "0.8.3"