Merge pull request #6116 from influxdata/dependabot/cargo/hashbrown-0.13.1

chore(deps): Bump hashbrown from 0.12.3 to 0.13.1
pull/24376/head
kodiakhq[bot] 2022-11-11 21:33:28 +00:00 committed by GitHub
commit 6fc1bb4e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 56 additions and 49 deletions

59
Cargo.lock generated
View File

@ -116,7 +116,7 @@ dependencies = [
"csv",
"flatbuffers",
"half 2.1.0",
"hashbrown",
"hashbrown 0.12.3",
"indexmap",
"lazy_static",
"lexical-core",
@ -139,7 +139,7 @@ dependencies = [
"arrow-schema",
"chrono",
"half 2.1.0",
"hashbrown",
"hashbrown 0.12.3",
"num",
]
@ -212,7 +212,7 @@ dependencies = [
"chrono",
"comfy-table",
"datafusion",
"hashbrown",
"hashbrown 0.13.1",
"num-traits",
"rand",
"snafu",
@ -1173,7 +1173,7 @@ dependencies = [
"flate2",
"futures",
"glob",
"hashbrown",
"hashbrown 0.12.3",
"itertools",
"lazy_static",
"log",
@ -1232,7 +1232,7 @@ dependencies = [
"datafusion-common",
"datafusion-expr",
"datafusion-physical-expr",
"hashbrown",
"hashbrown 0.12.3",
"log",
]
@ -1252,7 +1252,7 @@ dependencies = [
"datafusion-expr",
"datafusion-row",
"half 2.1.0",
"hashbrown",
"hashbrown 0.12.3",
"itertools",
"lazy_static",
"md-5",
@ -1375,7 +1375,7 @@ version = "0.1.0"
dependencies = [
"arrow_util",
"data_types",
"hashbrown",
"hashbrown 0.13.1",
"iox_time",
"mutable_batch",
"schema",
@ -1858,13 +1858,22 @@ dependencies = [
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ff8ae62cd3a9102e5637afc8452c55acf3844001bd5374e0b0bd7b6616c038"
dependencies = [
"ahash 0.8.2",
]
[[package]]
name = "hashlink"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
dependencies = [
"hashbrown",
"hashbrown 0.12.3",
]
[[package]]
@ -2101,7 +2110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
dependencies = [
"autocfg",
"hashbrown",
"hashbrown 0.12.3",
]
[[package]]
@ -2174,7 +2183,7 @@ dependencies = [
"futures",
"futures-util",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"http",
"humantime",
"import",
@ -2321,7 +2330,7 @@ dependencies = [
"flatbuffers",
"futures",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"hyper",
"iox_catalog",
"iox_query",
@ -2466,7 +2475,7 @@ dependencies = [
"datafusion_util",
"executor",
"futures",
"hashbrown",
"hashbrown 0.13.1",
"itertools",
"object_store",
"observability_deps",
@ -2532,7 +2541,7 @@ dependencies = [
"flate2",
"futures",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"heappy",
"http",
"hyper",
@ -2658,7 +2667,7 @@ dependencies = [
"async-trait",
"clap_blocks",
"data_types",
"hashbrown",
"hashbrown 0.13.1",
"hyper",
"iox_catalog",
"ioxd_common",
@ -3043,7 +3052,7 @@ dependencies = [
"arrow_util",
"chrono",
"data_types",
"hashbrown",
"hashbrown 0.13.1",
"iox_time",
"itertools",
"rand",
@ -3059,7 +3068,7 @@ dependencies = [
"arrow_util",
"assert_matches",
"criterion",
"hashbrown",
"hashbrown 0.13.1",
"influxdb_line_protocol",
"mutable_batch",
"schema",
@ -3075,7 +3084,7 @@ dependencies = [
"data_types",
"dml",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"mutable_batch",
"mutable_batch_lp",
"schema",
@ -3434,7 +3443,7 @@ dependencies = [
"chrono",
"flate2",
"futures",
"hashbrown",
"hashbrown 0.12.3",
"lz4",
"num",
"num-bigint",
@ -4291,7 +4300,7 @@ dependencies = [
"flate2",
"futures",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"hyper",
"influxdb_line_protocol",
"iox_catalog",
@ -4453,7 +4462,7 @@ name = "schema"
version = "0.1.0"
dependencies = [
"arrow",
"hashbrown",
"hashbrown 0.13.1",
"indexmap",
"itertools",
"observability_deps",
@ -4717,7 +4726,7 @@ version = "0.1.0"
dependencies = [
"criterion",
"data_types",
"hashbrown",
"hashbrown 0.13.1",
"mutable_batch",
"mutable_batch_lp",
"parking_lot 0.12.1",
@ -5531,7 +5540,7 @@ name = "trace_http"
version = "0.1.0"
dependencies = [
"futures",
"hashbrown",
"hashbrown 0.13.1",
"http",
"http-body",
"itertools",
@ -5637,7 +5646,7 @@ name = "tracker"
version = "0.1.0"
dependencies = [
"futures",
"hashbrown",
"hashbrown 0.13.1",
"iox_time",
"lock_api",
"metric",
@ -6049,7 +6058,7 @@ dependencies = [
"futures-task",
"futures-util",
"getrandom",
"hashbrown",
"hashbrown 0.12.3",
"heck",
"indexmap",
"libc",
@ -6114,7 +6123,7 @@ dependencies = [
"dotenvy",
"futures",
"generated_types",
"hashbrown",
"hashbrown 0.13.1",
"http",
"httparse",
"iox_time",

View File

@ -112,6 +112,7 @@ arrow = { version = "26.0.0" }
arrow-flight = { version = "26.0.0" }
datafusion = { git = "https://github.com/apache/arrow-datafusion.git", rev="dd081d64a2fba8574e63bdd0662c14aec5852b48", default-features = false }
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="dd081d64a2fba8574e63bdd0662c14aec5852b48" }
hashbrown = { version = "0.13.1" }
parquet = { version = "26.0.0" }
# This profile optimizes for runtime performance and small binary size at the expense of longer

View File

@ -14,7 +14,7 @@ arrow = { workspace = true, features = ["prettyprint", "dyn_cmp_dict"] }
chrono = { version = "0.4", default-features = false }
comfy-table = { version = "6.1", default-features = false }
datafusion = { workspace = true }
hashbrown = "0.12"
hashbrown = { workspace = true }
num-traits = "0.2"
snafu = "0.7"
workspace-hack = { path = "../workspace-hack"}

View File

@ -9,7 +9,7 @@ license.workspace = true
[dependencies]
arrow_util = { path = "../arrow_util" }
data_types = { path = "../data_types" }
hashbrown = "0.12"
hashbrown = { workspace = true }
mutable_batch = { path = "../mutable_batch" }
schema = { path = "../schema" }
iox_time = { path = "../iox_time" }

View File

@ -51,7 +51,7 @@ dotenvy = "0.15.6"
futures = "0.3"
futures-util = { version = "0.3" }
flate2 = "1.0"
hashbrown = "0.12"
hashbrown = { workspace = true }
http = "0.2.8"
humantime = "2.1.0"
itertools = "0.10.5"

View File

@ -20,7 +20,7 @@ dml = { path = "../dml" }
flatbuffers = "22.9.29"
futures = "0.3"
generated_types = { path = "../generated_types" }
hashbrown = "0.12.3"
hashbrown = { workspace = true }
hyper = "0.14"
iox_catalog = { path = "../iox_catalog" }
iox_query = { path = "../iox_query" }

View File

@ -412,7 +412,7 @@ mod tests {
namespace_id: NAMESPACE_ID,
table_id: TABLE_ID,
sequence_number: SequenceNumber::new(42),
bytes_written: 1107,
bytes_written: 1075,
rows_written: 1,
}]
);

View File

@ -24,7 +24,7 @@ datafusion = { workspace = true }
datafusion_util = { path = "../datafusion_util" }
executor = { path = "../executor"}
futures = "0.3"
hashbrown = "0.12"
hashbrown = { workspace = true }
itertools = "0.10.5"
object_store = "0.5.1"
observability_deps = { path = "../observability_deps" }

View File

@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "env"] }
chrono = { version = "0.4", default-features = false }
flate2 = "1.0"
futures = "0.3"
hashbrown = "0.12"
hashbrown = { workspace = true }
http = "0.2.8"
hyper = "0.14"
log = "0.4"

View File

@ -23,7 +23,7 @@ write_summary = { path = "../write_summary" }
# Crates.io dependencies, in alphabetical order
async-trait = "0.1"
hashbrown = "0.12"
hashbrown = { workspace = true }
hyper = "0.14"
thiserror = "1.0.37"
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }

View File

@ -14,7 +14,7 @@ data_types = { path = "../data_types" }
iox_time = { path = "../iox_time" }
schema = { path = "../schema" }
snafu = "0.7"
hashbrown = "0.12"
hashbrown = { workspace = true }
itertools = "0.10"
workspace-hack = { path = "../workspace-hack"}

View File

@ -7,7 +7,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
hashbrown = "0.12"
hashbrown = { workspace = true }
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
mutable_batch = { path = "../mutable_batch" }
schema = { path = "../schema" }

View File

@ -10,7 +10,7 @@ license.workspace = true
arrow_util = { path = "../arrow_util" }
dml = { path = "../dml" }
generated_types = { path = "../generated_types" }
hashbrown = "0.12"
hashbrown = { workspace = true }
mutable_batch = { path = "../mutable_batch" }
schema = { path = "../schema" }
snafu = "0.7"

View File

@ -1,5 +1,5 @@
use arrow_util::assert_batches_eq;
use data_types::{PartitionTemplate, TemplatePart};
use data_types::{PartitionKey, PartitionTemplate, TemplatePart};
use mutable_batch::{writer::Writer, MutableBatch, PartitionWrite, WritePayload};
use mutable_batch_pb::{decode::write_table_batch, encode::encode_batch};
use schema::Projection;
@ -135,7 +135,7 @@ fn test_encode_decode_null_columns_issue_4272() {
// Round-trip the "1970-01-01" partition
let mut got = MutableBatch::default();
partitions
.remove(&"1970-01-01".into())
.remove::<PartitionKey>(&"1970-01-01".into())
.expect("partition not found")
.write_to_batch(&mut got)
.expect("should write");
@ -159,7 +159,7 @@ fn test_encode_decode_null_columns_issue_4272() {
// And finally assert the "1970-07-05" round-trip
let mut got = MutableBatch::default();
partitions
.remove(&"1970-07-05".into())
.remove::<PartitionKey>(&"1970-07-05".into())
.expect("partition not found")
.write_to_batch(&mut got)
.expect("should write");

View File

@ -13,7 +13,7 @@ dml = { path = "../dml" }
flate2 = "1.0"
futures = "0.3.25"
generated_types = { path = "../generated_types" }
hashbrown = "0.12"
hashbrown = { workspace = true }
hyper = "0.14"
iox_catalog = { path = "../iox_catalog" }
iox_time = { path = "../iox_time" }

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
arrow = { workspace = true, features = ["prettyprint"] }
hashbrown = "0.12"
hashbrown = { workspace = true }
indexmap = { version = "1.9", features = ["std"] }
itertools = "0.10.5"
observability_deps = { path = "../observability_deps" }

View File

@ -14,7 +14,7 @@ workspace-hack = { path = "../workspace-hack"}
[dev-dependencies]
criterion = { version = "0.4", default-features = false, features = ["async_tokio", "rayon"]}
hashbrown = "0.12"
hashbrown = { workspace = true }
mutable_batch_lp = { path = "../mutable_batch_lp" }
rand = "0.8.3"
test_helpers = { path = "../test_helpers" }

View File

@ -9,7 +9,7 @@ license.workspace = true
[dependencies]
trace = { path = "../trace" }
futures = "0.3"
hashbrown = "0.12"
hashbrown = { workspace = true }
http = "0.2"
http-body = "0.4"
itertools = "0.10"

View File

@ -8,7 +8,7 @@ license.workspace = true
[dependencies]
futures = "0.3"
hashbrown = "0.12"
hashbrown = { workspace = true }
lock_api = "0.4.9"
metric = { path = "../metric" }
observability_deps = { path = "../observability_deps" }

View File

@ -17,6 +17,7 @@ license.workspace = true
### BEGIN HAKARI SECTION
[dependencies]
ahash-ca01ad9e24f5d932 = { package = "ahash", version = "0.7", features = ["std"] }
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
arrow = { version = "26", features = ["comfy-table", "csv", "csv_crate", "dyn_cmp_dict", "flatbuffers", "ipc", "json", "prettyprint", "serde_json"] }
base64 = { version = "0.13", features = ["std"] }
bitflags = { version = "1" }
@ -135,28 +136,24 @@ url = { version = "2" }
uuid = { version = "1", features = ["getrandom", "rng", "std", "v4"] }
[target.x86_64-unknown-linux-gnu.dependencies]
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.x86_64-unknown-linux-gnu.build-dependencies]
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.x86_64-apple-darwin.dependencies]
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.x86_64-apple-darwin.build-dependencies]
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.aarch64-apple-darwin.dependencies]
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.aarch64-apple-darwin.build-dependencies]
once_cell = { version = "1", default-features = false, features = ["unstable"] }
[target.x86_64-pc-windows-msvc.dependencies]
ahash-c38e5c1d305a1b54 = { package = "ahash", version = "0.8", default-features = false, features = ["compile-time-rng", "const-random", "getrandom", "runtime-rng"] }
once_cell = { version = "1", default-features = false, features = ["unstable"] }
scopeguard = { version = "1", features = ["use_std"] }
tokio = { version = "1", default-features = false, features = ["winapi"] }

View File

@ -12,7 +12,7 @@ dml = { path = "../dml" }
dotenvy = "0.15.6"
futures = "0.3"
generated_types = { path = "../generated_types" }
hashbrown = "0.12"
hashbrown = { workspace = true }
http = "0.2"
httparse = "1.8"
iox_time = { path = "../iox_time" }