Merge branch 'main' into crepererum/querier_rb_metrics
commit
f2be4b190f
|
@ -1989,9 +1989,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "http"
|
name = "http"
|
||||||
version = "0.2.7"
|
version = "0.2.8"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
|
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"fnv",
|
"fnv",
|
||||||
|
|
|
@ -6,7 +6,7 @@ description = "Shared code for IOx clients"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
http = "0.2.7"
|
http = "0.2.8"
|
||||||
thiserror = "1.0.31"
|
thiserror = "1.0.31"
|
||||||
tonic = { version = "0.7" }
|
tonic = { version = "0.7" }
|
||||||
tower = "0.4"
|
tower = "0.4"
|
||||||
|
|
|
@ -43,7 +43,7 @@ console-subscriber = { version = "0.1.6", optional = true, features = ["parking_
|
||||||
dotenv = "0.15.0"
|
dotenv = "0.15.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = "0.12"
|
||||||
http = "0.2.7"
|
http = "0.2.8"
|
||||||
humantime = "2.1.0"
|
humantime = "2.1.0"
|
||||||
itertools = "0.10.1"
|
itertools = "0.10.1"
|
||||||
libc = { version = "0.2" }
|
libc = { version = "0.2" }
|
||||||
|
|
|
@ -33,7 +33,7 @@ chrono = { version = "0.4", default-features = false }
|
||||||
flate2 = "1.0"
|
flate2 = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
hashbrown = "0.12"
|
hashbrown = "0.12"
|
||||||
http = "0.2.7"
|
http = "0.2.8"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
parking_lot = "0.12"
|
parking_lot = "0.12"
|
||||||
|
|
|
@ -10,7 +10,7 @@ assert_cmd = "2.0.2"
|
||||||
bytes = "1.0"
|
bytes = "1.0"
|
||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
generated_types = { path = "../generated_types" }
|
generated_types = { path = "../generated_types" }
|
||||||
http = "0.2.7"
|
http = "0.2.8"
|
||||||
hyper = "0.14"
|
hyper = "0.14"
|
||||||
influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format", "write_lp"] }
|
influxdb_iox_client = { path = "../influxdb_iox_client", features = ["flight", "format", "write_lp"] }
|
||||||
nix = "0.24"
|
nix = "0.24"
|
||||||
|
|
Loading…
Reference in New Issue