From fcd9d9e3e640ccc721b1f308b5854a33d26cf0a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jun 2023 02:00:57 +0000 Subject: [PATCH] chore(deps): Bump hashbrown from 0.13.2 to 0.14.0 Bumps [hashbrown](https://github.com/rust-lang/hashbrown) from 0.13.2 to 0.14.0. - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.13.2...v0.14.0) --- updated-dependencies: - dependency-name: hashbrown dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 54 +++++++++++++++++++++++++++++++++++------------------- Cargo.toml | 2 +- 2 files changed, 36 insertions(+), 20 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7871cb41b6..207d252cf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -65,6 +65,12 @@ dependencies = [ "alloc-no-stdlib", ] +[[package]] +name = "allocator-api2" +version = "0.2.14" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e" + [[package]] name = "android_system_properties" version = "0.1.5" @@ -372,7 +378,7 @@ dependencies = [ "chrono", "comfy-table 7.0.0", "datafusion", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "num-traits", "once_cell", "rand 0.8.5", @@ -1648,7 +1654,7 @@ version = "0.1.0" dependencies = [ "arrow_util", "data_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "iox_time", "mutable_batch", "schema", @@ -2181,6 +2187,16 @@ dependencies = [ "ahash 0.8.3", ] +[[package]] +name = "hashbrown" +version = "0.14.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" +dependencies = [ + "ahash 0.8.3", + "allocator-api2", +] + [[package]] name = "hashlink" version = "0.8.2" @@ -2527,7 +2543,7 @@ dependencies = [ "futures", "futures-util", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "home", "http", "humantime", @@ -2673,7 +2689,7 @@ dependencies = [ "flatbuffers", "futures", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "influxdb_iox_client", "ingester_query_grpc", "ingester_test_ctx", @@ -2741,7 +2757,7 @@ dependencies = [ "dml", "futures", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "influxdb_iox_client", "ingester", "ingester_query_grpc", @@ -2890,7 +2906,7 @@ dependencies = [ "datafusion_util", "executor", "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "indexmap", "insta", "itertools", @@ -2946,7 +2962,7 @@ dependencies = [ "datafusion", "datafusion_util", "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "insta", "iox_query", "observability_deps", @@ -3002,7 +3018,7 @@ dependencies = [ "flate2", "futures", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "heappy", "http", "hyper", @@ -3131,7 +3147,7 @@ dependencies = [ "authz", "clap_blocks", "data_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "hyper", "iox_catalog", "ioxd_common", @@ -3595,7 +3611,7 @@ dependencies = [ "assert_matches", "chrono", "data_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "iox_time", "itertools", "mutable_batch_lp", @@ -3616,7 +3632,7 @@ dependencies = [ "arrow_util", "assert_matches", "criterion", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "influxdb-line-protocol", "mutable_batch", "schema", @@ -3632,7 +3648,7 @@ dependencies = [ "data_types", "dml", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "mutable_batch", "mutable_batch_lp", "schema", @@ -4834,7 +4850,7 @@ dependencies = [ "flate2", "futures", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "hyper", "influxdb-line-protocol", "iox_catalog", @@ -5002,7 +5018,7 @@ name = "schema" version = "0.1.0" dependencies = [ "arrow", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "indexmap", "observability_deps", "snafu", @@ -5303,7 +5319,7 @@ version = "0.1.0" dependencies = [ "criterion", "data_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "mutable_batch", "mutable_batch_lp", "parking_lot 0.12.1", @@ -6126,7 +6142,7 @@ name = "trace_http" version = "0.1.0" dependencies = [ "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "http", "http-body", "itertools", @@ -6222,7 +6238,7 @@ name = "tracker" version = "0.1.0" dependencies = [ "futures", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "iox_time", "lock_api", "metric", @@ -6401,7 +6417,7 @@ dependencies = [ "data_types", "dml", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "mutable_batch", "mutable_batch_lp", "mutable_batch_pb", @@ -6422,7 +6438,7 @@ dependencies = [ "data_types", "dml", "generated_types", - "hashbrown 0.13.2", + "hashbrown 0.14.0", "mutable_batch", "mutable_batch_lp", "mutable_batch_pb", diff --git a/Cargo.toml b/Cargo.toml index fe4dad8e3d..b7af0984da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ arrow = { version = "40.0.0" } arrow-flight = { version = "40.0.0" } datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev = "859251b4a20e00c3dfe73eee6b605fcf722687e7", default-features = false } datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev = "859251b4a20e00c3dfe73eee6b605fcf722687e7" } -hashbrown = { version = "0.13.2" } +hashbrown = { version = "0.14.0" } object_store = { version = "0.5.6" } parquet = { version = "40.0.0" } tonic = { version = "0.9.2", features = ["tls", "tls-webpki-roots"] }