From c62c7d32b1fad95dc3b4d11fe8c9a7dcd3dae891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:26:10 +0000 Subject: [PATCH] chore(deps): Bump criterion from 0.3.6 to 0.4.0 (#5608) Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.6 to 0.4.0. - [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.6...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 | 95 ++++++++++++++++++---------------- cache_system/Cargo.toml | 2 +- iox_data_generator/Cargo.toml | 2 +- mutable_batch_lp/Cargo.toml | 2 +- mutable_batch_tests/Cargo.toml | 2 +- packers/Cargo.toml | 2 +- read_buffer/Cargo.toml | 2 +- router/Cargo.toml | 2 +- sharder/Cargo.toml | 2 +- 9 files changed, 57 insertions(+), 54 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 14b9b9f53c..7c898a01fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,6 +74,12 @@ dependencies = [ "libc", ] +[[package]] +name = "anes" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" + [[package]] name = "ansi_term" version = "0.12.1" @@ -536,6 +542,33 @@ dependencies = [ "scanlex", ] +[[package]] +name = "ciborium" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f" +dependencies = [ + "ciborium-io", + "ciborium-ll", + "serde", +] + +[[package]] +name = "ciborium-io" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369" + +[[package]] +name = "ciborium-ll" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b" +dependencies = [ + "ciborium-io", + "half 1.8.2", +] + [[package]] name = "clang-sys" version = "1.3.3" @@ -547,17 +580,6 @@ dependencies = [ "libloading", ] -[[package]] -name = "clap" -version = "2.34.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c" -dependencies = [ - "bitflags", - "textwrap 0.11.0", - "unicode-width", -] - [[package]] name = "clap" version = "3.2.20" @@ -572,14 +594,14 @@ dependencies = [ "once_cell", "strsim", "termcolor", - "textwrap 0.15.0", + "textwrap", ] [[package]] name = "clap_blocks" version = "0.1.0" dependencies = [ - "clap 3.2.20", + "clap", "data_types", "futures", "humantime", @@ -832,15 +854,16 @@ dependencies = [ [[package]] name = "criterion" -version = "0.3.6" +version = "0.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f" +checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb" dependencies = [ + "anes", "atty", "cast", - "clap 2.34.0", + "ciborium", + "clap", "criterion-plot", - "csv", "futures", "itertools", "lazy_static", @@ -850,7 +873,6 @@ dependencies = [ "rayon", "regex", "serde", - "serde_cbor", "serde_derive", "serde_json", "tinytemplate", @@ -860,9 +882,9 @@ dependencies = [ [[package]] name = "criterion-plot" -version = "0.4.5" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876" +checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" dependencies = [ "cast", "itertools", @@ -1528,7 +1550,7 @@ version = "0.1.0" dependencies = [ "chrono", "chrono-english", - "clap 3.2.20", + "clap", "clap_blocks", "data_types", "filetime", @@ -2001,7 +2023,7 @@ dependencies = [ "assert_cmd", "backtrace", "bytes", - "clap 3.2.20", + "clap", "clap_blocks", "compactor", "console-subscriber", @@ -2245,7 +2267,7 @@ version = "0.1.0" dependencies = [ "chrono", "chrono-english", - "clap 3.2.20", + "clap", "criterion", "futures", "handlebars", @@ -2335,7 +2357,7 @@ dependencies = [ "async-trait", "bytes", "chrono", - "clap 3.2.20", + "clap", "clap_blocks", "data_types", "dml", @@ -2494,7 +2516,7 @@ name = "ioxd_test" version = "0.1.0" dependencies = [ "async-trait", - "clap 3.2.20", + "clap", "hyper", "ioxd_common", "metric", @@ -4341,16 +4363,6 @@ dependencies = [ "serde_derive", ] -[[package]] -name = "serde_cbor" -version = "0.11.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5" -dependencies = [ - "half 1.8.2", - "serde", -] - [[package]] name = "serde_derive" version = "1.0.144" @@ -4989,15 +5001,6 @@ dependencies = [ "workspace-hack", ] -[[package]] -name = "textwrap" -version = "0.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" -dependencies = [ - "unicode-width", -] - [[package]] name = "textwrap" version = "0.15.0" @@ -5353,7 +5356,7 @@ version = "0.1.0" dependencies = [ "async-trait", "chrono", - "clap 3.2.20", + "clap", "futures", "observability_deps", "snafu", @@ -5491,7 +5494,7 @@ dependencies = [ name = "trogging" version = "0.1.0" dependencies = [ - "clap 3.2.20", + "clap", "logfmt", "observability_deps", "regex", diff --git a/cache_system/Cargo.toml b/cache_system/Cargo.toml index 410b3d10af..b73029c04b 100644 --- a/cache_system/Cargo.toml +++ b/cache_system/Cargo.toml @@ -17,7 +17,7 @@ trace = { path = "../trace"} workspace-hack = { path = "../workspace-hack"} [dev-dependencies] -criterion = "0.3" +criterion = "0.4" proptest = { version = "1", default_features = false, features = ["std"] } rand = "0.8.3" diff --git a/iox_data_generator/Cargo.toml b/iox_data_generator/Cargo.toml index 80f9c8da4e..a062561bd6 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.6" +criterion = "0.4.0" test_helpers = { path = "../test_helpers" } [[bench]] diff --git a/mutable_batch_lp/Cargo.toml b/mutable_batch_lp/Cargo.toml index 3d6569427f..883c3b7577 100644 --- a/mutable_batch_lp/Cargo.toml +++ b/mutable_batch_lp/Cargo.toml @@ -15,7 +15,7 @@ workspace-hack = { path = "../workspace-hack"} [dev-dependencies] arrow_util = { path = "../arrow_util" } assert_matches = "1.5.0" -criterion = "0.3" +criterion = "0.4" [[bench]] name = "parse_lp" diff --git a/mutable_batch_tests/Cargo.toml b/mutable_batch_tests/Cargo.toml index 396ba4b26d..3601ef7f79 100644 --- a/mutable_batch_tests/Cargo.toml +++ b/mutable_batch_tests/Cargo.toml @@ -15,7 +15,7 @@ prost = "0.11" [dev-dependencies] bytes = "1.2" -criterion = "0.3" +criterion = "0.4" [[bench]] name = "write_lp" diff --git a/packers/Cargo.toml b/packers/Cargo.toml index d799fb1bfd..e26426958d 100644 --- a/packers/Cargo.toml +++ b/packers/Cargo.toml @@ -13,7 +13,7 @@ parquet = "21.0.0" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] # In alphabetical order -criterion = "0.3.6" +criterion = "0.4.0" rand = "0.8.3" [[bench]] diff --git a/read_buffer/Cargo.toml b/read_buffer/Cargo.toml index eac8e5e82f..480abaf97c 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.6" +criterion = "0.4.0" 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 89d8786bfb..1ae5c64b8c 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.6", features = ["async_tokio", "html_reports"] } +criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] } once_cell = "1" paste = "1.0.9" pretty_assertions = "1.3.0" diff --git a/sharder/Cargo.toml b/sharder/Cargo.toml index 496779c27e..969fd4c460 100644 --- a/sharder/Cargo.toml +++ b/sharder/Cargo.toml @@ -11,7 +11,7 @@ siphasher = "0.3" workspace-hack = { path = "../workspace-hack"} [dev-dependencies] -criterion = { version = "0.3.6", features = ["async_tokio", "html_reports"] } +criterion = { version = "0.4.0", features = ["async_tokio", "html_reports"] } hashbrown = "0.12" mutable_batch_lp = { path = "../mutable_batch_lp" } rand = "0.8.3"