chore: core sync and add reqwest json feature (#25251)
* chore: core sync and add reqwest json feature * chore: update to latest commit sha on core branchpull/25255/head
parent
1cc5af438d
commit
d0720a4fe4
|
@ -391,7 +391,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "arrow_util"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow",
|
||||
|
@ -501,7 +501,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|||
[[package]]
|
||||
name = "authz"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"backoff",
|
||||
|
@ -570,7 +570,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "backoff"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"observability_deps",
|
||||
"rand",
|
||||
|
@ -612,21 +612,6 @@ version = "1.6.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
||||
|
||||
[[package]]
|
||||
name = "bit-set"
|
||||
version = "0.5.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
||||
dependencies = [
|
||||
"bit-vec",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "bit-vec"
|
||||
version = "0.6.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
||||
|
||||
[[package]]
|
||||
name = "bitflags"
|
||||
version = "1.3.2"
|
||||
|
@ -747,7 +732,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "catalog_cache"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"dashmap 6.0.1",
|
||||
|
@ -781,12 +766,6 @@ version = "1.0.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||||
|
||||
[[package]]
|
||||
name = "cfg_aliases"
|
||||
version = "0.2.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
||||
|
||||
[[package]]
|
||||
name = "chrono"
|
||||
version = "0.4.38"
|
||||
|
@ -837,7 +816,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "clap_blocks"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"clap",
|
||||
|
@ -899,7 +878,7 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|||
[[package]]
|
||||
name = "client_util"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"http 0.2.12",
|
||||
"reqwest 0.11.27",
|
||||
|
@ -1246,7 +1225,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "data_types"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-buffer",
|
||||
|
@ -1567,7 +1546,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "datafusion_util"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"datafusion",
|
||||
|
@ -1755,7 +1734,7 @@ checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
|
|||
[[package]]
|
||||
name = "executor"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"metric",
|
||||
|
@ -1809,7 +1788,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "flightsql"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-flight",
|
||||
|
@ -1957,7 +1936,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "generated_types"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"observability_deps",
|
||||
"once_cell",
|
||||
|
@ -1982,7 +1961,6 @@ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|||
dependencies = [
|
||||
"typenum",
|
||||
"version_check",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -2397,7 +2375,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "influxdb-line-protocol"
|
||||
version = "1.0.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"log",
|
||||
|
@ -2683,7 +2661,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "influxdb_influxql_parser"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"chrono-tz",
|
||||
|
@ -2699,7 +2677,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "influxdb_iox_client"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-flight",
|
||||
|
@ -2758,7 +2736,7 @@ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
|
|||
[[package]]
|
||||
name = "iox_catalog"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"backoff",
|
||||
|
@ -2796,7 +2774,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_http"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"authz",
|
||||
|
@ -2812,7 +2790,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_query"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow_util",
|
||||
|
@ -2851,7 +2829,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_query_influxql"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"chrono-tz",
|
||||
|
@ -2884,7 +2862,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_query_params"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"datafusion",
|
||||
|
@ -2899,7 +2877,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_system_tables"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"async-trait",
|
||||
|
@ -2911,7 +2889,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "iox_time"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"parking_lot",
|
||||
|
@ -2991,15 +2969,6 @@ dependencies = [
|
|||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lalrpop-util"
|
||||
version = "0.20.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
|
||||
dependencies = [
|
||||
"regex-automata 0.4.7",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "lazy_static"
|
||||
version = "1.5.0"
|
||||
|
@ -3123,14 +3092,11 @@ name = "log"
|
|||
version = "0.4.22"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
||||
dependencies = [
|
||||
"value-bag",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "logfmt"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"observability_deps",
|
||||
"tracing-subscriber",
|
||||
|
@ -3188,19 +3154,10 @@ version = "2.7.4"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
||||
|
||||
[[package]]
|
||||
name = "memoffset"
|
||||
version = "0.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "metric"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"parking_lot",
|
||||
"workspace-hack",
|
||||
|
@ -3209,7 +3166,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "metric_exporters"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"metric",
|
||||
"observability_deps",
|
||||
|
@ -3223,16 +3180,6 @@ version = "0.3.17"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
||||
|
||||
[[package]]
|
||||
name = "mime_guess"
|
||||
version = "2.0.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
||||
dependencies = [
|
||||
"mime",
|
||||
"unicase",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "minimal-lexical"
|
||||
version = "0.2.1"
|
||||
|
@ -3298,7 +3245,7 @@ checksum = "9252111cf132ba0929b6f8e030cac2a24b507f3a4d6db6fb2896f27b354c714b"
|
|||
[[package]]
|
||||
name = "mutable_batch"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow_util",
|
||||
|
@ -3311,19 +3258,6 @@ dependencies = [
|
|||
"workspace-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nix"
|
||||
version = "0.29.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
||||
dependencies = [
|
||||
"bitflags 2.6.0",
|
||||
"cfg-if",
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
"memoffset",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "nom"
|
||||
version = "7.1.3"
|
||||
|
@ -3512,7 +3446,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "object_store_mem_cache"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"async-trait",
|
||||
|
@ -3532,7 +3466,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "observability_deps"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"tracing",
|
||||
"workspace-hack",
|
||||
|
@ -3580,7 +3514,7 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|||
[[package]]
|
||||
name = "panic_logging"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"metric",
|
||||
"observability_deps",
|
||||
|
@ -3649,7 +3583,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "parquet_file"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"base64 0.22.1",
|
||||
|
@ -3867,7 +3801,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "predicate"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"async-trait",
|
||||
|
@ -3964,26 +3898,6 @@ dependencies = [
|
|||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "proptest"
|
||||
version = "1.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
|
||||
dependencies = [
|
||||
"bit-set",
|
||||
"bit-vec",
|
||||
"bitflags 2.6.0",
|
||||
"lazy_static",
|
||||
"num-traits",
|
||||
"rand",
|
||||
"rand_chacha",
|
||||
"rand_xorshift",
|
||||
"regex-syntax 0.8.4",
|
||||
"rusty-fork",
|
||||
"tempfile",
|
||||
"unarray",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "prost"
|
||||
version = "0.11.9"
|
||||
|
@ -4072,7 +3986,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "query_functions"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"chrono",
|
||||
|
@ -4085,12 +3999,6 @@ dependencies = [
|
|||
"workspace-hack",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "quick-error"
|
||||
version = "1.2.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
||||
|
||||
[[package]]
|
||||
name = "quick-xml"
|
||||
version = "0.36.1"
|
||||
|
@ -4188,15 +4096,6 @@ dependencies = [
|
|||
"getrandom",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rand_xorshift"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
||||
dependencies = [
|
||||
"rand_core",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rayon"
|
||||
version = "1.10.0"
|
||||
|
@ -4285,7 +4184,6 @@ version = "0.11.27"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64 0.21.7",
|
||||
"bytes",
|
||||
"encoding_rs",
|
||||
|
@ -4300,7 +4198,6 @@ dependencies = [
|
|||
"js-sys",
|
||||
"log",
|
||||
"mime",
|
||||
"mime_guess",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
|
@ -4556,18 +4453,6 @@ version = "1.0.17"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
||||
|
||||
[[package]]
|
||||
name = "rusty-fork"
|
||||
version = "0.3.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
|
||||
dependencies = [
|
||||
"fnv",
|
||||
"quick-error",
|
||||
"tempfile",
|
||||
"wait-timeout",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "ryu"
|
||||
version = "1.0.18"
|
||||
|
@ -4595,7 +4480,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "schema"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"hashbrown 0.14.5",
|
||||
|
@ -4743,7 +4628,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "service_common"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"datafusion",
|
||||
|
@ -4755,7 +4640,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "service_grpc_flight"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"arrow",
|
||||
"arrow-flight",
|
||||
|
@ -5041,7 +4926,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "sqlx-hotswap-pool"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"either",
|
||||
"futures",
|
||||
|
@ -5359,7 +5244,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "test_helpers"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"dotenvy",
|
||||
|
@ -5605,7 +5490,6 @@ checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
|||
dependencies = [
|
||||
"bytes",
|
||||
"futures-core",
|
||||
"futures-io",
|
||||
"futures-sink",
|
||||
"pin-project-lite",
|
||||
"tokio",
|
||||
|
@ -5614,7 +5498,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tokio_metrics_bridge"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"metric",
|
||||
"parking_lot",
|
||||
|
@ -5625,7 +5509,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tokio_watchdog"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"metric",
|
||||
"observability_deps",
|
||||
|
@ -5753,7 +5637,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|||
[[package]]
|
||||
name = "tower_trailer"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"http 0.2.12",
|
||||
|
@ -5767,7 +5651,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "trace"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
"observability_deps",
|
||||
|
@ -5779,7 +5663,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "trace_exporters"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"clap",
|
||||
|
@ -5797,7 +5681,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "trace_http"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"bytes",
|
||||
"futures",
|
||||
|
@ -5894,7 +5778,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "tracker"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"futures",
|
||||
"hashbrown 0.14.5",
|
||||
|
@ -5914,7 +5798,7 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "trogging"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"clap",
|
||||
"logfmt",
|
||||
|
@ -5937,7 +5821,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"rand",
|
||||
"static_assertions",
|
||||
]
|
||||
|
||||
|
@ -5947,21 +5830,6 @@ version = "1.17.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
||||
|
||||
[[package]]
|
||||
name = "unarray"
|
||||
version = "0.1.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
||||
|
||||
[[package]]
|
||||
name = "unicase"
|
||||
version = "2.7.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
||||
dependencies = [
|
||||
"version_check",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "unicode-bidi"
|
||||
version = "0.3.15"
|
||||
|
@ -6049,7 +5917,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
|
||||
dependencies = [
|
||||
"getrandom",
|
||||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6058,12 +5925,6 @@ version = "0.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
||||
|
||||
[[package]]
|
||||
name = "value-bag"
|
||||
version = "1.9.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
|
||||
|
||||
[[package]]
|
||||
name = "vcpkg"
|
||||
version = "0.2.15"
|
||||
|
@ -6079,7 +5940,7 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|||
[[package]]
|
||||
name = "versioned_file_store"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"async-trait",
|
||||
"bytes",
|
||||
|
@ -6457,29 +6318,23 @@ dependencies = [
|
|||
[[package]]
|
||||
name = "workspace-hack"
|
||||
version = "0.1.0"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a#d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"
|
||||
source = "git+https://github.com/influxdata/influxdb3_core?rev=1a25527986e2fdfbf018c89d49112eb9b02bb87a#1a25527986e2fdfbf018c89d49112eb9b02bb87a"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"arrow-array",
|
||||
"arrow-cast",
|
||||
"arrow-ipc",
|
||||
"async-compression",
|
||||
"base64 0.22.1",
|
||||
"bit-set",
|
||||
"bit-vec",
|
||||
"bitflags 2.6.0",
|
||||
"byteorder",
|
||||
"bytes",
|
||||
"cc",
|
||||
"chrono",
|
||||
"clap",
|
||||
"clap_builder",
|
||||
"crossbeam-utils",
|
||||
"crypto-common",
|
||||
"digest",
|
||||
"either",
|
||||
"fixedbitset",
|
||||
"flatbuffers",
|
||||
"futures-channel",
|
||||
"futures-core",
|
||||
"futures-executor",
|
||||
|
@ -6487,7 +6342,6 @@ dependencies = [
|
|||
"futures-sink",
|
||||
"futures-task",
|
||||
"futures-util",
|
||||
"generic-array",
|
||||
"getrandom",
|
||||
"hashbrown 0.14.5",
|
||||
"heck 0.4.1",
|
||||
|
@ -6497,25 +6351,18 @@ dependencies = [
|
|||
"hyper-util",
|
||||
"indexmap 2.4.0",
|
||||
"itertools 0.12.1",
|
||||
"lalrpop-util",
|
||||
"libc",
|
||||
"linux-raw-sys",
|
||||
"lock_api",
|
||||
"log",
|
||||
"lzma-sys",
|
||||
"md-5",
|
||||
"memchr",
|
||||
"nix",
|
||||
"nom",
|
||||
"num-bigint",
|
||||
"num-integer",
|
||||
"num-traits",
|
||||
"object_store",
|
||||
"once_cell",
|
||||
"parking_lot",
|
||||
"petgraph",
|
||||
"phf_shared",
|
||||
"proptest",
|
||||
"prost 0.12.6",
|
||||
"prost-types 0.12.6",
|
||||
"rand",
|
||||
|
@ -6526,14 +6373,12 @@ dependencies = [
|
|||
"reqwest 0.11.27",
|
||||
"reqwest 0.12.5",
|
||||
"ring",
|
||||
"rustix",
|
||||
"rustls 0.21.12",
|
||||
"rustls-pemfile 2.1.3",
|
||||
"rustls-pki-types",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"sha2",
|
||||
"signature",
|
||||
"similar",
|
||||
"smallvec",
|
||||
"socket2",
|
||||
|
@ -6545,7 +6390,6 @@ dependencies = [
|
|||
"sqlx-postgres",
|
||||
"sqlx-sqlite",
|
||||
"strum",
|
||||
"subtle",
|
||||
"syn 1.0.109",
|
||||
"syn 2.0.75",
|
||||
"thrift",
|
||||
|
@ -6557,7 +6401,6 @@ dependencies = [
|
|||
"tracing-core",
|
||||
"tracing-log",
|
||||
"tracing-subscriber",
|
||||
"twox-hash",
|
||||
"unicode-bidi",
|
||||
"unicode-normalization",
|
||||
"url",
|
||||
|
@ -6565,8 +6408,6 @@ dependencies = [
|
|||
"winapi",
|
||||
"windows-sys 0.48.0",
|
||||
"windows-sys 0.52.0",
|
||||
"xz2",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -6610,20 +6451,6 @@ name = "zeroize"
|
|||
version = "1.8.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
||||
dependencies = [
|
||||
"zeroize_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zeroize_derive"
|
||||
version = "1.4.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
"syn 2.0.75",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zstd"
|
||||
|
|
62
Cargo.toml
62
Cargo.toml
|
@ -81,7 +81,7 @@ prost = "0.12.6"
|
|||
prost-build = "0.12.6"
|
||||
prost-types = "0.12.6"
|
||||
rand = "0.8.5"
|
||||
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "stream"] }
|
||||
reqwest = { version = "0.11.24", default-features = false, features = ["rustls-tls", "stream", "json"] }
|
||||
secrecy = "0.8.0"
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
serde_json = "1.0"
|
||||
|
@ -109,36 +109,36 @@ uuid = { version = "1", features = ["v4"] }
|
|||
# Currently influxdb is pointed at a revision from the experimental branch
|
||||
# in influxdb3_core, hiltontj/17-june-2024-iox-sync-exp, instead of main.
|
||||
# See https://github.com/influxdata/influxdb3_core/pull/23
|
||||
arrow_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a"}
|
||||
authz = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a", features = ["http"] }
|
||||
clap_blocks = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
data_types = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
datafusion_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
influxdb-line-protocol = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
influxdb_influxql_parser = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
influxdb_iox_client = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_catalog = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_query = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_query_params = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_query_influxql = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_system_tables = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
iox_time = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
metric = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
metric_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
observability_deps = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
panic_logging = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
parquet_file = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
schema = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
service_common = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
service_grpc_flight = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
test_helpers = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
tokio_metrics_bridge = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
trace = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
trace_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
trace_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
tracker = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a" }
|
||||
trogging = { git = "https://github.com/influxdata/influxdb3_core", rev = "d81f63ddc10e3cf1c28b05e6c1cef03b71da7f8a", default-features = true, features = ["clap"] }
|
||||
arrow_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a"}
|
||||
authz = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a", features = ["http"] }
|
||||
clap_blocks = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
data_types = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
datafusion_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
influxdb-line-protocol = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
influxdb_influxql_parser = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
influxdb_iox_client = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_catalog = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_query = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_query_params = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_query_influxql = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_system_tables = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
iox_time = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
metric = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
metric_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
observability_deps = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
panic_logging = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
parquet_file = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
schema = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
service_common = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
service_grpc_flight = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
test_helpers = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
tokio_metrics_bridge = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
trace = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
trace_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
trace_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
tracker = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a" }
|
||||
trogging = { git = "https://github.com/influxdata/influxdb3_core", rev = "1a25527986e2fdfbf018c89d49112eb9b02bb87a", default-features = true, features = ["clap"] }
|
||||
|
||||
[workspace.lints.rust]
|
||||
missing_copy_implementations = "deny"
|
||||
|
|
Loading…
Reference in New Issue