chore: update `influxdb3_core` (#26491)

* chore: patch influxdb3_core 634a3f142

* chore: update tower-http for cargo audit

* chore: update to latest sha on influxdb3_core
pull/26494/head
Trevor Hilton 2025-06-03 13:52:59 -04:00 committed by GitHub
parent 9486e0ae13
commit 531f8dc9b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 172 additions and 226 deletions

336
Cargo.lock generated
View File

@ -123,12 +123,12 @@ dependencies = [
[[package]] [[package]]
name = "anstyle-wincon" name = "anstyle-wincon"
version = "3.0.7" version = "3.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" checksum = "6680de5231bd6ee4c6191b8a1325daa282b415391ec9d3a37bd34f2060dc73fa"
dependencies = [ dependencies = [
"anstyle", "anstyle",
"once_cell", "once_cell_polyfill",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -383,7 +383,7 @@ dependencies = [
[[package]] [[package]]
name = "arrow_util" name = "arrow_util"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"ahash", "ahash",
"arrow", "arrow",
@ -500,7 +500,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]] [[package]]
name = "authz" name = "authz"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"backoff", "backoff",
@ -568,7 +568,7 @@ dependencies = [
[[package]] [[package]]
name = "backoff" name = "backoff"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"observability_deps", "observability_deps",
"rand 0.9.1", "rand 0.9.1",
@ -782,9 +782,9 @@ dependencies = [
[[package]] [[package]]
name = "camino" name = "camino"
version = "1.1.9" version = "1.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" checksum = "0da45bc31171d8d6960122e222a67740df867c1dd53b4d51caa297084c185cab"
dependencies = [ dependencies = [
"serde", "serde",
] ]
@ -820,9 +820,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]] [[package]]
name = "cc" name = "cc"
version = "1.2.23" version = "1.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766" checksum = "d0fc897dc1e865cc67c0e05a836d9d3f1df3cbe442aa4a9473b18e12624a4951"
dependencies = [ dependencies = [
"jobserver", "jobserver",
"libc", "libc",
@ -906,9 +906,9 @@ dependencies = [
[[package]] [[package]]
name = "clap" name = "clap"
version = "4.5.38" version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000" checksum = "fd60e63e9be68e5fb56422e397cf9baddded06dae1d2e523401542383bc72a9f"
dependencies = [ dependencies = [
"clap_builder", "clap_builder",
"clap_derive", "clap_derive",
@ -916,9 +916,9 @@ dependencies = [
[[package]] [[package]]
name = "clap_builder" name = "clap_builder"
version = "4.5.38" version = "4.5.39"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120" checksum = "89cc6392a1f72bbeb820d71f32108f61fdaf18bc526e1d23954168a67759ef51"
dependencies = [ dependencies = [
"anstream", "anstream",
"anstyle", "anstyle",
@ -947,7 +947,7 @@ checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
[[package]] [[package]]
name = "client_util" name = "client_util"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"http 0.2.12", "http 0.2.12",
"reqwest 0.11.27", "reqwest 0.11.27",
@ -1075,9 +1075,9 @@ dependencies = [
[[package]] [[package]]
name = "core-foundation" name = "core-foundation"
version = "0.10.0" version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63" checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
dependencies = [ dependencies = [
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
@ -1160,18 +1160,18 @@ dependencies = [
[[package]] [[package]]
name = "croaring" name = "croaring"
version = "2.3.0" version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1583a0c6ed2e2fe1a948e23d62ca42e0f2f3b45c59276c884a947c0dab47a20d" checksum = "0a7378e8f3ede464bd5d6dbdb1b6f2ed907c0dd27dcbe465a7991c4bb78b5ddd"
dependencies = [ dependencies = [
"croaring-sys", "croaring-sys",
] ]
[[package]] [[package]]
name = "croaring-sys" name = "croaring-sys"
version = "4.3.1" version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3124cf04e54f50ecc5f53874e1b1e3a803e35523221bd2864851977b48ba7d00" checksum = "5008a00afde0b8493eae0f33975f1d0af95f2e654a7c9938c27e654c09119dcd"
dependencies = [ dependencies = [
"cc", "cc",
] ]
@ -1319,7 +1319,7 @@ dependencies = [
[[package]] [[package]]
name = "data_types" name = "data_types"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-buffer", "arrow-buffer",
@ -1751,7 +1751,7 @@ dependencies = [
[[package]] [[package]]
name = "datafusion_util" name = "datafusion_util"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"datafusion", "datafusion",
@ -1915,7 +1915,7 @@ dependencies = [
[[package]] [[package]]
name = "error_reporting" name = "error_reporting"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"workspace-hack", "workspace-hack",
] ]
@ -1945,7 +1945,7 @@ dependencies = [
[[package]] [[package]]
name = "executor" name = "executor"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"futures", "futures",
"metric", "metric",
@ -1993,7 +1993,7 @@ dependencies = [
[[package]] [[package]]
name = "flightsql" name = "flightsql"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-flight", "arrow-flight",
@ -2151,7 +2151,7 @@ dependencies = [
[[package]] [[package]]
name = "generated_types" name = "generated_types"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"observability_deps", "observability_deps",
"pbjson", "pbjson",
@ -2333,12 +2333,6 @@ version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]] [[package]]
name = "hermit-abi" name = "hermit-abi"
version = "0.5.1" version = "0.5.1"
@ -2530,11 +2524,10 @@ dependencies = [
[[package]] [[package]]
name = "hyper-rustls" name = "hyper-rustls"
version = "0.27.5" version = "0.27.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" checksum = "03a01595e11bdcec50946522c32dde3fc6914743000a68b93000965f2f02406d"
dependencies = [ dependencies = [
"futures-util",
"http 1.3.1", "http 1.3.1",
"hyper 1.6.0", "hyper 1.6.0",
"hyper-util", "hyper-util",
@ -2560,17 +2553,21 @@ dependencies = [
[[package]] [[package]]
name = "hyper-util" name = "hyper-util"
version = "0.1.12" version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710" checksum = "b1c293b6b3d21eca78250dc7dbebd6b9210ec5530e038cbfe0661b5c47ab06e8"
dependencies = [ dependencies = [
"base64 0.22.1",
"bytes", "bytes",
"futures-channel", "futures-channel",
"futures-core",
"futures-util", "futures-util",
"http 1.3.1", "http 1.3.1",
"http-body 1.0.1", "http-body 1.0.1",
"hyper 1.6.0", "hyper 1.6.0",
"ipnet",
"libc", "libc",
"percent-encoding",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio", "tokio",
@ -2746,7 +2743,7 @@ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]] [[package]]
name = "influxdb-line-protocol" name = "influxdb-line-protocol"
version = "1.0.0" version = "1.0.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"bytes", "bytes",
"log", "log",
@ -3396,7 +3393,7 @@ dependencies = [
[[package]] [[package]]
name = "influxdb_influxql_parser" name = "influxdb_influxql_parser"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"chrono", "chrono",
"chrono-tz", "chrono-tz",
@ -3411,7 +3408,7 @@ dependencies = [
[[package]] [[package]]
name = "influxdb_iox_client" name = "influxdb_iox_client"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-flight", "arrow-flight",
@ -3458,7 +3455,7 @@ checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
[[package]] [[package]]
name = "iox_http" name = "iox_http"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"authz", "authz",
@ -3475,7 +3472,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_http_util" name = "iox_http_util"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"futures", "futures",
"http 0.2.12", "http 0.2.12",
@ -3486,7 +3483,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_query" name = "iox_query"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow_util", "arrow_util",
@ -3525,7 +3522,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_query_influxql" name = "iox_query_influxql"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"assert_matches", "assert_matches",
@ -3558,7 +3555,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_query_params" name = "iox_query_params"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"datafusion", "datafusion",
@ -3573,7 +3570,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_system_tables" name = "iox_system_tables"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"async-trait", "async-trait",
@ -3585,7 +3582,7 @@ dependencies = [
[[package]] [[package]]
name = "iox_time" name = "iox_time"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"chrono", "chrono",
"parking_lot", "parking_lot",
@ -3599,13 +3596,23 @@ version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
[[package]]
name = "iri-string"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
dependencies = [
"memchr",
"serde",
]
[[package]] [[package]]
name = "is-terminal" name = "is-terminal"
version = "0.4.16" version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9" checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
dependencies = [ dependencies = [
"hermit-abi 0.5.1", "hermit-abi",
"libc", "libc",
"windows-sys 0.59.0", "windows-sys 0.59.0",
] ]
@ -3661,7 +3668,7 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]] [[package]]
name = "jemalloc_stats" name = "jemalloc_stats"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"snafu", "snafu",
"tikv-jemalloc-ctl", "tikv-jemalloc-ctl",
@ -3799,9 +3806,9 @@ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
[[package]] [[package]]
name = "lock_api" name = "lock_api"
version = "0.4.12" version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
dependencies = [ dependencies = [
"autocfg", "autocfg",
"scopeguard", "scopeguard",
@ -3817,7 +3824,7 @@ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
[[package]] [[package]]
name = "logfmt" name = "logfmt"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"humantime", "humantime",
"observability_deps", "observability_deps",
@ -3895,7 +3902,7 @@ dependencies = [
[[package]] [[package]]
name = "meta_data_cache" name = "meta_data_cache"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"data_types", "data_types",
@ -3911,7 +3918,7 @@ dependencies = [
[[package]] [[package]]
name = "metric" name = "metric"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"parking_lot", "parking_lot",
"workspace-hack", "workspace-hack",
@ -3920,7 +3927,7 @@ dependencies = [
[[package]] [[package]]
name = "metric_exporters" name = "metric_exporters"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"metric", "metric",
"observability_deps", "observability_deps",
@ -3952,13 +3959,13 @@ dependencies = [
[[package]] [[package]]
name = "mio" name = "mio"
version = "1.0.3" version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
dependencies = [ dependencies = [
"libc", "libc",
"wasi 0.11.0+wasi-snapshot-preview1", "wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0", "windows-sys 0.59.0",
] ]
[[package]] [[package]]
@ -4168,11 +4175,11 @@ dependencies = [
[[package]] [[package]]
name = "num_cpus" name = "num_cpus"
version = "1.16.0" version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
dependencies = [ dependencies = [
"hermit-abi 0.3.9", "hermit-abi",
"libc", "libc",
] ]
@ -4223,7 +4230,7 @@ dependencies = [
"percent-encoding", "percent-encoding",
"quick-xml", "quick-xml",
"rand 0.8.5", "rand 0.8.5",
"reqwest 0.12.15", "reqwest 0.12.19",
"ring", "ring",
"rustls-pemfile 2.2.0", "rustls-pemfile 2.2.0",
"serde", "serde",
@ -4238,7 +4245,7 @@ dependencies = [
[[package]] [[package]]
name = "object_store_mem_cache" name = "object_store_mem_cache"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4261,7 +4268,7 @@ dependencies = [
[[package]] [[package]]
name = "object_store_metrics" name = "object_store_metrics"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bloom2", "bloom2",
@ -4280,7 +4287,7 @@ dependencies = [
[[package]] [[package]]
name = "object_store_mock" name = "object_store_mock"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4293,7 +4300,7 @@ dependencies = [
[[package]] [[package]]
name = "object_store_size_hinting" name = "object_store_size_hinting"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bytes", "bytes",
@ -4305,7 +4312,7 @@ dependencies = [
[[package]] [[package]]
name = "observability_deps" name = "observability_deps"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"tracing", "tracing",
"workspace-hack", "workspace-hack",
@ -4317,6 +4324,12 @@ version = "1.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
[[package]] [[package]]
name = "oorandom" name = "oorandom"
version = "11.1.5" version = "11.1.5"
@ -4362,7 +4375,7 @@ checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
[[package]] [[package]]
name = "panic_logging" name = "panic_logging"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"metric", "metric",
"observability_deps", "observability_deps",
@ -4377,9 +4390,9 @@ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
[[package]] [[package]]
name = "parking_lot" name = "parking_lot"
version = "0.12.3" version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
dependencies = [ dependencies = [
"lock_api", "lock_api",
"parking_lot_core", "parking_lot_core",
@ -4387,9 +4400,9 @@ dependencies = [
[[package]] [[package]]
name = "parking_lot_core" name = "parking_lot_core"
version = "0.9.10" version = "0.9.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
@ -4436,7 +4449,7 @@ dependencies = [
[[package]] [[package]]
name = "parquet_file" name = "parquet_file"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow_util", "arrow_util",
@ -4754,7 +4767,7 @@ dependencies = [
[[package]] [[package]]
name = "predicate" name = "predicate"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"async-trait", "async-trait",
@ -4808,9 +4821,9 @@ dependencies = [
[[package]] [[package]]
name = "prettyplease" name = "prettyplease"
version = "0.2.32" version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6" checksum = "9dee91521343f4c5c6a63edd65e54f31f5c92fe8978c40a4282f8372194c6a7d"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"syn 2.0.101", "syn 2.0.101",
@ -5027,7 +5040,7 @@ dependencies = [
[[package]] [[package]]
name = "query_functions" name = "query_functions"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"chrono", "chrono",
@ -5339,9 +5352,9 @@ dependencies = [
[[package]] [[package]]
name = "reqwest" name = "reqwest"
version = "0.12.15" version = "0.12.19"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d19c46a6fdd48bc4dab94b6103fccc55d34c67cc0ad04653aad4ea2a07cd7bbb" checksum = "a2f8e5513d63f2e5b386eb5106dc67eaf3f84e95258e210489136b8b92ad6119"
dependencies = [ dependencies = [
"base64 0.22.1", "base64 0.22.1",
"bytes", "bytes",
@ -5352,7 +5365,7 @@ dependencies = [
"http-body 1.0.1", "http-body 1.0.1",
"http-body-util", "http-body-util",
"hyper 1.6.0", "hyper 1.6.0",
"hyper-rustls 0.27.5", "hyper-rustls 0.27.6",
"hyper-util", "hyper-util",
"ipnet", "ipnet",
"js-sys", "js-sys",
@ -5364,7 +5377,6 @@ dependencies = [
"quinn", "quinn",
"rustls 0.23.27", "rustls 0.23.27",
"rustls-native-certs 0.8.1", "rustls-native-certs 0.8.1",
"rustls-pemfile 2.2.0",
"rustls-pki-types", "rustls-pki-types",
"serde", "serde",
"serde_json", "serde_json",
@ -5374,13 +5386,13 @@ dependencies = [
"tokio-rustls 0.26.2", "tokio-rustls 0.26.2",
"tokio-util", "tokio-util",
"tower 0.5.2", "tower 0.5.2",
"tower-http",
"tower-service", "tower-service",
"url", "url",
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"wasm-streams", "wasm-streams",
"web-sys", "web-sys",
"windows-registry",
] ]
[[package]] [[package]]
@ -5590,9 +5602,9 @@ dependencies = [
[[package]] [[package]]
name = "rustversion" name = "rustversion"
version = "1.0.20" version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2" checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
[[package]] [[package]]
name = "ryu" name = "ryu"
@ -5621,7 +5633,7 @@ dependencies = [
[[package]] [[package]]
name = "schema" name = "schema"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"hashbrown 0.14.5", "hashbrown 0.14.5",
@ -5676,7 +5688,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316" checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
dependencies = [ dependencies = [
"bitflags 2.9.1", "bitflags 2.9.1",
"core-foundation 0.10.0", "core-foundation 0.10.1",
"core-foundation-sys", "core-foundation-sys",
"libc", "libc",
"security-framework-sys", "security-framework-sys",
@ -5784,7 +5796,7 @@ dependencies = [
[[package]] [[package]]
name = "service_common" name = "service_common"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-flight", "arrow-flight",
@ -5798,7 +5810,7 @@ dependencies = [
[[package]] [[package]]
name = "service_grpc_flight" name = "service_grpc_flight"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"arrow", "arrow",
"arrow-flight", "arrow-flight",
@ -5914,18 +5926,18 @@ dependencies = [
[[package]] [[package]]
name = "snafu" name = "snafu"
version = "0.8.5" version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "223891c85e2a29c3fe8fb900c1fae5e69c2e42415e3177752e8718475efa5019" checksum = "320b01e011bf8d5d7a4a4a4be966d9160968935849c83b918827f6a435e7f627"
dependencies = [ dependencies = [
"snafu-derive", "snafu-derive",
] ]
[[package]] [[package]]
name = "snafu-derive" name = "snafu-derive"
version = "0.8.5" version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c3c6b7927ffe7ecaa769ee0e3994da3b8cafc8f444578982c83ecb161af917" checksum = "1961e2ef424c1424204d3a5d6975f934f56b6d50ff5732382d84ebf460e147f7"
dependencies = [ dependencies = [
"heck 0.5.0", "heck 0.5.0",
"proc-macro2", "proc-macro2",
@ -5941,9 +5953,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
[[package]] [[package]]
name = "socket2" name = "socket2"
version = "0.5.9" version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef" checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.52.0", "windows-sys 0.52.0",
@ -6396,7 +6408,7 @@ dependencies = [
[[package]] [[package]]
name = "test_helpers" name = "test_helpers"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"dotenvy", "dotenvy",
@ -6594,9 +6606,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.45.0" version = "1.45.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165" checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes", "bytes",
@ -6692,7 +6704,7 @@ dependencies = [
[[package]] [[package]]
name = "tokio_metrics_bridge" name = "tokio_metrics_bridge"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"metric", "metric",
"parking_lot", "parking_lot",
@ -6703,7 +6715,7 @@ dependencies = [
[[package]] [[package]]
name = "tokio_watchdog" name = "tokio_watchdog"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"metric", "metric",
"observability_deps", "observability_deps",
@ -6831,6 +6843,24 @@ dependencies = [
"tower-service", "tower-service",
] ]
[[package]]
name = "tower-http"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
dependencies = [
"bitflags 2.9.1",
"bytes",
"futures-util",
"http 1.3.1",
"http-body 1.0.1",
"iri-string",
"pin-project-lite",
"tower 0.5.2",
"tower-layer",
"tower-service",
]
[[package]] [[package]]
name = "tower-layer" name = "tower-layer"
version = "0.3.3" version = "0.3.3"
@ -6846,7 +6876,7 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]] [[package]]
name = "tower_trailer" name = "tower_trailer"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"futures", "futures",
"http 0.2.12", "http 0.2.12",
@ -6860,7 +6890,7 @@ dependencies = [
[[package]] [[package]]
name = "trace" name = "trace"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"chrono", "chrono",
"observability_deps", "observability_deps",
@ -6872,7 +6902,7 @@ dependencies = [
[[package]] [[package]]
name = "trace_exporters" name = "trace_exporters"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"clap", "clap",
@ -6890,7 +6920,7 @@ dependencies = [
[[package]] [[package]]
name = "trace_http" name = "trace_http"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"bytes", "bytes",
"futures", "futures",
@ -6987,7 +7017,7 @@ dependencies = [
[[package]] [[package]]
name = "tracker" name = "tracker"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"futures", "futures",
"hashbrown 0.14.5", "hashbrown 0.14.5",
@ -7007,7 +7037,7 @@ dependencies = [
[[package]] [[package]]
name = "trogging" name = "trogging"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"clap", "clap",
"logfmt", "logfmt",
@ -7139,9 +7169,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]] [[package]]
name = "uuid" name = "uuid"
version = "1.16.0" version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [ dependencies = [
"getrandom 0.3.3", "getrandom 0.3.3",
"js-sys", "js-sys",
@ -7436,7 +7466,7 @@ dependencies = [
"windows-interface", "windows-interface",
"windows-link", "windows-link",
"windows-result", "windows-result",
"windows-strings 0.4.2", "windows-strings",
] ]
[[package]] [[package]]
@ -7488,17 +7518,6 @@ dependencies = [
"windows-link", "windows-link",
] ]
[[package]]
name = "windows-registry"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
dependencies = [
"windows-result",
"windows-strings 0.3.1",
"windows-targets 0.53.0",
]
[[package]] [[package]]
name = "windows-result" name = "windows-result"
version = "0.3.4" version = "0.3.4"
@ -7508,15 +7527,6 @@ dependencies = [
"windows-link", "windows-link",
] ]
[[package]]
name = "windows-strings"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
dependencies = [
"windows-link",
]
[[package]] [[package]]
name = "windows-strings" name = "windows-strings"
version = "0.4.2" version = "0.4.2"
@ -7577,29 +7587,13 @@ dependencies = [
"windows_aarch64_gnullvm 0.52.6", "windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6", "windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6", "windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6", "windows_i686_gnullvm",
"windows_i686_msvc 0.52.6", "windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6", "windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6", "windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6", "windows_x86_64_msvc 0.52.6",
] ]
[[package]]
name = "windows-targets"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1e4c7e8ceaaf9cb7d7507c974735728ab453b67ef8f18febdd7c11fe59dca8b"
dependencies = [
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
[[package]] [[package]]
name = "windows-threading" name = "windows-threading"
version = "0.1.0" version = "0.1.0"
@ -7621,12 +7615,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]] [[package]]
name = "windows_aarch64_msvc" name = "windows_aarch64_msvc"
version = "0.48.5" version = "0.48.5"
@ -7639,12 +7627,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]] [[package]]
name = "windows_i686_gnu" name = "windows_i686_gnu"
version = "0.48.5" version = "0.48.5"
@ -7657,24 +7639,12 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[package]] [[package]]
name = "windows_i686_gnullvm" name = "windows_i686_gnullvm"
version = "0.52.6" version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]] [[package]]
name = "windows_i686_msvc" name = "windows_i686_msvc"
version = "0.48.5" version = "0.48.5"
@ -7687,12 +7657,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[package]] [[package]]
name = "windows_x86_64_gnu" name = "windows_x86_64_gnu"
version = "0.48.5" version = "0.48.5"
@ -7705,12 +7669,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[package]] [[package]]
name = "windows_x86_64_gnullvm" name = "windows_x86_64_gnullvm"
version = "0.48.5" version = "0.48.5"
@ -7723,12 +7681,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[package]] [[package]]
name = "windows_x86_64_msvc" name = "windows_x86_64_msvc"
version = "0.48.5" version = "0.48.5"
@ -7741,12 +7693,6 @@ version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]] [[package]]
name = "winnow" name = "winnow"
version = "0.6.26" version = "0.6.26"
@ -7778,7 +7724,7 @@ dependencies = [
[[package]] [[package]]
name = "workspace-hack" name = "workspace-hack"
version = "0.1.0" version = "0.1.0"
source = "git+https://github.com/influxdata/influxdb3_core?rev=fd0e474a6c0af5ba867399d753f5df18f59907cb#fd0e474a6c0af5ba867399d753f5df18f59907cb" source = "git+https://github.com/influxdata/influxdb3_core?rev=ad3a2b250d92f21c39ad38d60919b127ae5af1fc#ad3a2b250d92f21c39ad38d60919b127ae5af1fc"
dependencies = [ dependencies = [
"ahash", "ahash",
"arrayvec", "arrayvec",

View File

@ -153,37 +153,37 @@ uuid = { version = "1", features = ["v4", "v7", "serde"] }
num = { version = "0.4.3" } num = { version = "0.4.3" }
# Core.git crates we depend on # Core.git crates we depend on
arrow_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } arrow_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
authz = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } authz = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
data_types = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } data_types = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
datafusion_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } datafusion_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
executor = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } executor = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
influxdb-line-protocol = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb", features = ["v3"]} influxdb-line-protocol = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc", features = ["v3"]}
influxdb_influxql_parser = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } influxdb_influxql_parser = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
influxdb_iox_client = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } influxdb_iox_client = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_http_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_http_util = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_query = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_query = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_query_params = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_query_params = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_query_influxql = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_query_influxql = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_system_tables = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_system_tables = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
iox_time = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } iox_time = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
metric = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } metric = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
metric_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } metric_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
object_store_metrics = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } object_store_metrics = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
observability_deps = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } observability_deps = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
panic_logging = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } panic_logging = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
parquet_file = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } parquet_file = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
schema = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb", features = ["v3"]} schema = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc", features = ["v3"]}
service_common = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } service_common = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
service_grpc_flight = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } service_grpc_flight = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
test_helpers = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } test_helpers = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
tokio_metrics_bridge = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } tokio_metrics_bridge = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
trace = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } trace = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
trace_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } trace_exporters = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
trace_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } trace_http = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
tracker = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb" } tracker = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc" }
trogging = { git = "https://github.com/influxdata/influxdb3_core", rev = "fd0e474a6c0af5ba867399d753f5df18f59907cb", features = ["clap"] } trogging = { git = "https://github.com/influxdata/influxdb3_core", rev = "ad3a2b250d92f21c39ad38d60919b127ae5af1fc", features = ["clap"] }
[workspace.lints.rust] [workspace.lints.rust]
missing_copy_implementations = "deny" missing_copy_implementations = "deny"