Merge pull request #6116 from influxdata/dependabot/cargo/hashbrown-0.13.1
chore(deps): Bump hashbrown from 0.12.3 to 0.13.1pull/24376/head
commit
6fc1bb4e70
|
@ -116,7 +116,7 @@ dependencies = [
|
||||||
"csv",
|
"csv",
|
||||||
"flatbuffers",
|
"flatbuffers",
|
||||||
"half 2.1.0",
|
"half 2.1.0",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"lexical-core",
|
"lexical-core",
|
||||||
|
@ -139,7 +139,7 @@ dependencies = [
|
||||||
"arrow-schema",
|
"arrow-schema",
|
||||||
"chrono",
|
"chrono",
|
||||||
"half 2.1.0",
|
"half 2.1.0",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"num",
|
"num",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -212,7 +212,7 @@ dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"comfy-table",
|
"comfy-table",
|
||||||
"datafusion",
|
"datafusion",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"num-traits",
|
"num-traits",
|
||||||
"rand",
|
"rand",
|
||||||
"snafu",
|
"snafu",
|
||||||
|
@ -1173,7 +1173,7 @@ dependencies = [
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures",
|
"futures",
|
||||||
"glob",
|
"glob",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"itertools",
|
"itertools",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"log",
|
"log",
|
||||||
|
@ -1232,7 +1232,7 @@ dependencies = [
|
||||||
"datafusion-common",
|
"datafusion-common",
|
||||||
"datafusion-expr",
|
"datafusion-expr",
|
||||||
"datafusion-physical-expr",
|
"datafusion-physical-expr",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"log",
|
"log",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -1252,7 +1252,7 @@ dependencies = [
|
||||||
"datafusion-expr",
|
"datafusion-expr",
|
||||||
"datafusion-row",
|
"datafusion-row",
|
||||||
"half 2.1.0",
|
"half 2.1.0",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"itertools",
|
"itertools",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"md-5",
|
"md-5",
|
||||||
|
@ -1375,7 +1375,7 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrow_util",
|
"arrow_util",
|
||||||
"data_types",
|
"data_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"iox_time",
|
"iox_time",
|
||||||
"mutable_batch",
|
"mutable_batch",
|
||||||
"schema",
|
"schema",
|
||||||
|
@ -1858,13 +1858,22 @@ dependencies = [
|
||||||
"ahash 0.7.6",
|
"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]]
|
[[package]]
|
||||||
name = "hashlink"
|
name = "hashlink"
|
||||||
version = "0.8.1"
|
version = "0.8.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2101,7 +2110,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"autocfg",
|
"autocfg",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
|
@ -2174,7 +2183,7 @@ dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"http",
|
"http",
|
||||||
"humantime",
|
"humantime",
|
||||||
"import",
|
"import",
|
||||||
|
@ -2321,7 +2330,7 @@ dependencies = [
|
||||||
"flatbuffers",
|
"flatbuffers",
|
||||||
"futures",
|
"futures",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"hyper",
|
"hyper",
|
||||||
"iox_catalog",
|
"iox_catalog",
|
||||||
"iox_query",
|
"iox_query",
|
||||||
|
@ -2466,7 +2475,7 @@ dependencies = [
|
||||||
"datafusion_util",
|
"datafusion_util",
|
||||||
"executor",
|
"executor",
|
||||||
"futures",
|
"futures",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"itertools",
|
"itertools",
|
||||||
"object_store",
|
"object_store",
|
||||||
"observability_deps",
|
"observability_deps",
|
||||||
|
@ -2532,7 +2541,7 @@ dependencies = [
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures",
|
"futures",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"heappy",
|
"heappy",
|
||||||
"http",
|
"http",
|
||||||
"hyper",
|
"hyper",
|
||||||
|
@ -2658,7 +2667,7 @@ dependencies = [
|
||||||
"async-trait",
|
"async-trait",
|
||||||
"clap_blocks",
|
"clap_blocks",
|
||||||
"data_types",
|
"data_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"hyper",
|
"hyper",
|
||||||
"iox_catalog",
|
"iox_catalog",
|
||||||
"ioxd_common",
|
"ioxd_common",
|
||||||
|
@ -3043,7 +3052,7 @@ dependencies = [
|
||||||
"arrow_util",
|
"arrow_util",
|
||||||
"chrono",
|
"chrono",
|
||||||
"data_types",
|
"data_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"iox_time",
|
"iox_time",
|
||||||
"itertools",
|
"itertools",
|
||||||
"rand",
|
"rand",
|
||||||
|
@ -3059,7 +3068,7 @@ dependencies = [
|
||||||
"arrow_util",
|
"arrow_util",
|
||||||
"assert_matches",
|
"assert_matches",
|
||||||
"criterion",
|
"criterion",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"influxdb_line_protocol",
|
"influxdb_line_protocol",
|
||||||
"mutable_batch",
|
"mutable_batch",
|
||||||
"schema",
|
"schema",
|
||||||
|
@ -3075,7 +3084,7 @@ dependencies = [
|
||||||
"data_types",
|
"data_types",
|
||||||
"dml",
|
"dml",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"mutable_batch",
|
"mutable_batch",
|
||||||
"mutable_batch_lp",
|
"mutable_batch_lp",
|
||||||
"schema",
|
"schema",
|
||||||
|
@ -3434,7 +3443,7 @@ dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures",
|
"futures",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"lz4",
|
"lz4",
|
||||||
"num",
|
"num",
|
||||||
"num-bigint",
|
"num-bigint",
|
||||||
|
@ -4291,7 +4300,7 @@ dependencies = [
|
||||||
"flate2",
|
"flate2",
|
||||||
"futures",
|
"futures",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"hyper",
|
"hyper",
|
||||||
"influxdb_line_protocol",
|
"influxdb_line_protocol",
|
||||||
"iox_catalog",
|
"iox_catalog",
|
||||||
|
@ -4453,7 +4462,7 @@ name = "schema"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrow",
|
"arrow",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"itertools",
|
"itertools",
|
||||||
"observability_deps",
|
"observability_deps",
|
||||||
|
@ -4717,7 +4726,7 @@ version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"data_types",
|
"data_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"mutable_batch",
|
"mutable_batch",
|
||||||
"mutable_batch_lp",
|
"mutable_batch_lp",
|
||||||
"parking_lot 0.12.1",
|
"parking_lot 0.12.1",
|
||||||
|
@ -5531,7 +5540,7 @@ name = "trace_http"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"http",
|
"http",
|
||||||
"http-body",
|
"http-body",
|
||||||
"itertools",
|
"itertools",
|
||||||
|
@ -5637,7 +5646,7 @@ name = "tracker"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures",
|
"futures",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"iox_time",
|
"iox_time",
|
||||||
"lock_api",
|
"lock_api",
|
||||||
"metric",
|
"metric",
|
||||||
|
@ -6049,7 +6058,7 @@ dependencies = [
|
||||||
"futures-task",
|
"futures-task",
|
||||||
"futures-util",
|
"futures-util",
|
||||||
"getrandom",
|
"getrandom",
|
||||||
"hashbrown",
|
"hashbrown 0.12.3",
|
||||||
"heck",
|
"heck",
|
||||||
"indexmap",
|
"indexmap",
|
||||||
"libc",
|
"libc",
|
||||||
|
@ -6114,7 +6123,7 @@ dependencies = [
|
||||||
"dotenvy",
|
"dotenvy",
|
||||||
"futures",
|
"futures",
|
||||||
"generated_types",
|
"generated_types",
|
||||||
"hashbrown",
|
"hashbrown 0.13.1",
|
||||||
"http",
|
"http",
|
||||||
"httparse",
|
"httparse",
|
||||||
"iox_time",
|
"iox_time",
|
||||||
|
|
|
@ -112,6 +112,7 @@ arrow = { version = "26.0.0" }
|
||||||
arrow-flight = { 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 = { 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" }
|
datafusion-proto = { git = "https://github.com/apache/arrow-datafusion.git", rev="dd081d64a2fba8574e63bdd0662c14aec5852b48" }
|
||||||
|
hashbrown = { version = "0.13.1" }
|
||||||
parquet = { version = "26.0.0" }
|
parquet = { version = "26.0.0" }
|
||||||
|
|
||||||
# This profile optimizes for runtime performance and small binary size at the expense of longer
|
# This profile optimizes for runtime performance and small binary size at the expense of longer
|
||||||
|
|
|
@ -14,7 +14,7 @@ arrow = { workspace = true, features = ["prettyprint", "dyn_cmp_dict"] }
|
||||||
chrono = { version = "0.4", default-features = false }
|
chrono = { version = "0.4", default-features = false }
|
||||||
comfy-table = { version = "6.1", default-features = false }
|
comfy-table = { version = "6.1", default-features = false }
|
||||||
datafusion = { workspace = true }
|
datafusion = { workspace = true }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
num-traits = "0.2"
|
num-traits = "0.2"
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
workspace-hack = { path = "../workspace-hack"}
|
workspace-hack = { path = "../workspace-hack"}
|
||||||
|
|
|
@ -9,7 +9,7 @@ license.workspace = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arrow_util = { path = "../arrow_util" }
|
arrow_util = { path = "../arrow_util" }
|
||||||
data_types = { path = "../data_types" }
|
data_types = { path = "../data_types" }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
mutable_batch = { path = "../mutable_batch" }
|
mutable_batch = { path = "../mutable_batch" }
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
iox_time = { path = "../iox_time" }
|
iox_time = { path = "../iox_time" }
|
||||||
|
|
|
@ -51,7 +51,7 @@ dotenvy = "0.15.6"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures-util = { version = "0.3" }
|
futures-util = { version = "0.3" }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
http = "0.2.8"
|
http = "0.2.8"
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
|
|
|
@ -20,7 +20,7 @@ dml = { path = "../dml" }
|
||||||
flatbuffers = "22.9.29"
|
flatbuffers = "22.9.29"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
hashbrown = "0.12.3"
|
hashbrown = { workspace = true }
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
iox_catalog = { path = "../iox_catalog" }
|
iox_catalog = { path = "../iox_catalog" }
|
||||||
iox_query = { path = "../iox_query" }
|
iox_query = { path = "../iox_query" }
|
||||||
|
|
|
@ -412,7 +412,7 @@ mod tests {
|
||||||
namespace_id: NAMESPACE_ID,
|
namespace_id: NAMESPACE_ID,
|
||||||
table_id: TABLE_ID,
|
table_id: TABLE_ID,
|
||||||
sequence_number: SequenceNumber::new(42),
|
sequence_number: SequenceNumber::new(42),
|
||||||
bytes_written: 1107,
|
bytes_written: 1075,
|
||||||
rows_written: 1,
|
rows_written: 1,
|
||||||
}]
|
}]
|
||||||
);
|
);
|
||||||
|
|
|
@ -24,7 +24,7 @@ datafusion = { workspace = true }
|
||||||
datafusion_util = { path = "../datafusion_util" }
|
datafusion_util = { path = "../datafusion_util" }
|
||||||
executor = { path = "../executor"}
|
executor = { path = "../executor"}
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
object_store = "0.5.1"
|
object_store = "0.5.1"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
|
|
|
@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "env"] }
|
||||||
chrono = { version = "0.4", default-features = false }
|
chrono = { version = "0.4", default-features = false }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
http = "0.2.8"
|
http = "0.2.8"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
|
|
|
@ -23,7 +23,7 @@ write_summary = { path = "../write_summary" }
|
||||||
|
|
||||||
# Crates.io dependencies, in alphabetical order
|
# Crates.io dependencies, in alphabetical order
|
||||||
async-trait = "0.1"
|
async-trait = "0.1"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
thiserror = "1.0.37"
|
thiserror = "1.0.37"
|
||||||
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
tokio = { version = "1.21", features = ["macros", "net", "parking_lot", "rt-multi-thread", "signal", "sync", "time"] }
|
||||||
|
|
|
@ -14,7 +14,7 @@ data_types = { path = "../data_types" }
|
||||||
iox_time = { path = "../iox_time" }
|
iox_time = { path = "../iox_time" }
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
workspace-hack = { path = "../workspace-hack"}
|
workspace-hack = { path = "../workspace-hack"}
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ edition.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
influxdb_line_protocol = { path = "../influxdb_line_protocol" }
|
||||||
mutable_batch = { path = "../mutable_batch" }
|
mutable_batch = { path = "../mutable_batch" }
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
|
|
|
@ -10,7 +10,7 @@ license.workspace = true
|
||||||
arrow_util = { path = "../arrow_util" }
|
arrow_util = { path = "../arrow_util" }
|
||||||
dml = { path = "../dml" }
|
dml = { path = "../dml" }
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
mutable_batch = { path = "../mutable_batch" }
|
mutable_batch = { path = "../mutable_batch" }
|
||||||
schema = { path = "../schema" }
|
schema = { path = "../schema" }
|
||||||
snafu = "0.7"
|
snafu = "0.7"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
use arrow_util::assert_batches_eq;
|
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::{writer::Writer, MutableBatch, PartitionWrite, WritePayload};
|
||||||
use mutable_batch_pb::{decode::write_table_batch, encode::encode_batch};
|
use mutable_batch_pb::{decode::write_table_batch, encode::encode_batch};
|
||||||
use schema::Projection;
|
use schema::Projection;
|
||||||
|
@ -135,7 +135,7 @@ fn test_encode_decode_null_columns_issue_4272() {
|
||||||
// Round-trip the "1970-01-01" partition
|
// Round-trip the "1970-01-01" partition
|
||||||
let mut got = MutableBatch::default();
|
let mut got = MutableBatch::default();
|
||||||
partitions
|
partitions
|
||||||
.remove(&"1970-01-01".into())
|
.remove::<PartitionKey>(&"1970-01-01".into())
|
||||||
.expect("partition not found")
|
.expect("partition not found")
|
||||||
.write_to_batch(&mut got)
|
.write_to_batch(&mut got)
|
||||||
.expect("should write");
|
.expect("should write");
|
||||||
|
@ -159,7 +159,7 @@ fn test_encode_decode_null_columns_issue_4272() {
|
||||||
// And finally assert the "1970-07-05" round-trip
|
// And finally assert the "1970-07-05" round-trip
|
||||||
let mut got = MutableBatch::default();
|
let mut got = MutableBatch::default();
|
||||||
partitions
|
partitions
|
||||||
.remove(&"1970-07-05".into())
|
.remove::<PartitionKey>(&"1970-07-05".into())
|
||||||
.expect("partition not found")
|
.expect("partition not found")
|
||||||
.write_to_batch(&mut got)
|
.write_to_batch(&mut got)
|
||||||
.expect("should write");
|
.expect("should write");
|
||||||
|
|
|
@ -13,7 +13,7 @@ dml = { path = "../dml" }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
futures = "0.3.25"
|
futures = "0.3.25"
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
iox_catalog = { path = "../iox_catalog" }
|
iox_catalog = { path = "../iox_catalog" }
|
||||||
iox_time = { path = "../iox_time" }
|
iox_time = { path = "../iox_time" }
|
||||||
|
|
|
@ -8,7 +8,7 @@ license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
arrow = { workspace = true, features = ["prettyprint"] }
|
arrow = { workspace = true, features = ["prettyprint"] }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
indexmap = { version = "1.9", features = ["std"] }
|
indexmap = { version = "1.9", features = ["std"] }
|
||||||
itertools = "0.10.5"
|
itertools = "0.10.5"
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
|
|
|
@ -14,7 +14,7 @@ workspace-hack = { path = "../workspace-hack"}
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
criterion = { version = "0.4", default-features = false, features = ["async_tokio", "rayon"]}
|
criterion = { version = "0.4", default-features = false, features = ["async_tokio", "rayon"]}
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
mutable_batch_lp = { path = "../mutable_batch_lp" }
|
||||||
rand = "0.8.3"
|
rand = "0.8.3"
|
||||||
test_helpers = { path = "../test_helpers" }
|
test_helpers = { path = "../test_helpers" }
|
||||||
|
|
|
@ -9,7 +9,7 @@ license.workspace = true
|
||||||
[dependencies]
|
[dependencies]
|
||||||
trace = { path = "../trace" }
|
trace = { path = "../trace" }
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
http-body = "0.4"
|
http-body = "0.4"
|
||||||
itertools = "0.10"
|
itertools = "0.10"
|
||||||
|
|
|
@ -8,7 +8,7 @@ license.workspace = true
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
lock_api = "0.4.9"
|
lock_api = "0.4.9"
|
||||||
metric = { path = "../metric" }
|
metric = { path = "../metric" }
|
||||||
observability_deps = { path = "../observability_deps" }
|
observability_deps = { path = "../observability_deps" }
|
||||||
|
|
|
@ -17,6 +17,7 @@ license.workspace = true
|
||||||
### BEGIN HAKARI SECTION
|
### BEGIN HAKARI SECTION
|
||||||
[dependencies]
|
[dependencies]
|
||||||
ahash-ca01ad9e24f5d932 = { package = "ahash", version = "0.7", features = ["std"] }
|
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"] }
|
arrow = { version = "26", features = ["comfy-table", "csv", "csv_crate", "dyn_cmp_dict", "flatbuffers", "ipc", "json", "prettyprint", "serde_json"] }
|
||||||
base64 = { version = "0.13", features = ["std"] }
|
base64 = { version = "0.13", features = ["std"] }
|
||||||
bitflags = { version = "1" }
|
bitflags = { version = "1" }
|
||||||
|
@ -135,28 +136,24 @@ url = { version = "2" }
|
||||||
uuid = { version = "1", features = ["getrandom", "rng", "std", "v4"] }
|
uuid = { version = "1", features = ["getrandom", "rng", "std", "v4"] }
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.dependencies]
|
[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"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.x86_64-unknown-linux-gnu.build-dependencies]
|
[target.x86_64-unknown-linux-gnu.build-dependencies]
|
||||||
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.dependencies]
|
[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"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.x86_64-apple-darwin.build-dependencies]
|
[target.x86_64-apple-darwin.build-dependencies]
|
||||||
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.aarch64-apple-darwin.dependencies]
|
[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"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.aarch64-apple-darwin.build-dependencies]
|
[target.aarch64-apple-darwin.build-dependencies]
|
||||||
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
|
|
||||||
[target.x86_64-pc-windows-msvc.dependencies]
|
[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"] }
|
once_cell = { version = "1", default-features = false, features = ["unstable"] }
|
||||||
scopeguard = { version = "1", features = ["use_std"] }
|
scopeguard = { version = "1", features = ["use_std"] }
|
||||||
tokio = { version = "1", default-features = false, features = ["winapi"] }
|
tokio = { version = "1", default-features = false, features = ["winapi"] }
|
||||||
|
|
|
@ -12,7 +12,7 @@ dml = { path = "../dml" }
|
||||||
dotenvy = "0.15.6"
|
dotenvy = "0.15.6"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
hashbrown = "0.12"
|
hashbrown = { workspace = true }
|
||||||
http = "0.2"
|
http = "0.2"
|
||||||
httparse = "1.8"
|
httparse = "1.8"
|
||||||
iox_time = { path = "../iox_time" }
|
iox_time = { path = "../iox_time" }
|
||||||
|
|
Loading…
Reference in New Issue