Compare commits

..

No commits in common. "3491cb9593bea8f76edeed4313411b68684ec05f" and "75f38c1e94ed4826c131f46423315ad18a3e4755" have entirely different histories.

102
Cargo.lock generated
View File

@ -38,6 +38,18 @@ dependencies = [
"version_check", "version_check",
] ]
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
"version_check",
"zerocopy",
]
[[package]] [[package]]
name = "aho-corasick" name = "aho-corasick"
version = "1.1.3" version = "1.1.3"
@ -673,7 +685,7 @@ dependencies = [
"serde", "serde",
"sqlx", "sqlx",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.43.0", "tokio 1.42.0",
"tracing", "tracing",
"urlencoding", "urlencoding",
] ]
@ -875,7 +887,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"thread_local", "thread_local",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-stream", "tokio-stream",
"tonic", "tonic",
"tracing", "tracing",
@ -1497,7 +1509,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [ dependencies = [
"libc", "libc",
"windows-sys 0.59.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -2055,7 +2067,7 @@ dependencies = [
"http 0.2.12", "http 0.2.12",
"indexmap 2.7.0", "indexmap 2.7.0",
"slab", "slab",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -2074,7 +2086,7 @@ dependencies = [
"http 1.2.0", "http 1.2.0",
"indexmap 2.7.0", "indexmap 2.7.0",
"slab", "slab",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-util", "tokio-util",
"tracing", "tracing",
] ]
@ -2105,7 +2117,7 @@ version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
dependencies = [ dependencies = [
"ahash", "ahash 0.7.8",
] ]
[[package]] [[package]]
@ -2225,16 +2237,16 @@ dependencies = [
[[package]] [[package]]
name = "html5ever" name = "html5ever"
version = "0.27.0" version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
dependencies = [ dependencies = [
"log", "log",
"mac", "mac",
"markup5ever 0.12.1", "markup5ever 0.11.0",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.90", "syn 1.0.109",
] ]
[[package]] [[package]]
@ -2406,7 +2418,7 @@ dependencies = [
"itoa 1.0.14", "itoa 1.0.14",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio 1.43.0", "tokio 1.42.0",
"tower-service", "tower-service",
"tracing", "tracing",
"want 0.3.1", "want 0.3.1",
@ -2429,7 +2441,7 @@ dependencies = [
"itoa 1.0.14", "itoa 1.0.14",
"pin-project-lite", "pin-project-lite",
"smallvec 1.13.2", "smallvec 1.13.2",
"tokio 1.43.0", "tokio 1.42.0",
"want 0.3.1", "want 0.3.1",
] ]
@ -2445,7 +2457,7 @@ dependencies = [
"hyper-util", "hyper-util",
"rustls", "rustls",
"rustls-pki-types", "rustls-pki-types",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-rustls", "tokio-rustls",
"tower-service", "tower-service",
"webpki-roots", "webpki-roots",
@ -2460,7 +2472,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"hyper-util", "hyper-util",
"pin-project-lite", "pin-project-lite",
"tokio 1.43.0", "tokio 1.42.0",
"tower-service", "tower-service",
] ]
@ -2488,7 +2500,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"hyper-util", "hyper-util",
"native-tls", "native-tls",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-native-tls", "tokio-native-tls",
"tower-service", "tower-service",
] ]
@ -2507,7 +2519,7 @@ dependencies = [
"hyper 1.5.2", "hyper 1.5.2",
"pin-project-lite", "pin-project-lite",
"socket2", "socket2",
"tokio 1.43.0", "tokio 1.42.0",
"tower-service", "tower-service",
"tracing", "tracing",
] ]
@ -2931,7 +2943,7 @@ dependencies = [
"sqlx", "sqlx",
"tantivy", "tantivy",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.43.0", "tokio 1.42.0",
"tracing", "tracing",
"url", "url",
"urlencoding", "urlencoding",
@ -3108,13 +3120,13 @@ checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]] [[package]]
name = "markup5ever" name = "markup5ever"
version = "0.12.1" version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
dependencies = [ dependencies = [
"log", "log",
"phf 0.11.2", "phf 0.10.1",
"phf_codegen 0.11.2", "phf_codegen 0.10.0",
"string_cache", "string_cache",
"string_cache_codegen", "string_cache_codegen",
"tendril", "tendril",
@ -3351,7 +3363,7 @@ dependencies = [
"memchr", "memchr",
"mime", "mime",
"spin", "spin",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-util", "tokio-util",
"version_check", "version_check",
] ]
@ -3644,7 +3656,7 @@ dependencies = [
"prost", "prost",
"reqwest", "reqwest",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.43.0", "tokio 1.42.0",
"tonic", "tonic",
"tracing", "tracing",
] ]
@ -3711,7 +3723,7 @@ dependencies = [
"rand 0.8.5", "rand 0.8.5",
"serde_json", "serde_json",
"thiserror 1.0.69", "thiserror 1.0.69",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
] ]
@ -4265,7 +4277,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3" checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"itertools 0.12.1", "itertools 0.10.5",
"proc-macro2", "proc-macro2",
"quote", "quote",
"syn 2.0.90", "syn 2.0.90",
@ -4294,7 +4306,7 @@ dependencies = [
"rustls", "rustls",
"socket2", "socket2",
"thiserror 2.0.8", "thiserror 2.0.8",
"tokio 1.43.0", "tokio 1.42.0",
"tracing", "tracing",
] ]
@ -4624,7 +4636,7 @@ dependencies = [
"serde_urlencoded", "serde_urlencoded",
"sync_wrapper", "sync_wrapper",
"system-configuration", "system-configuration",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-native-tls", "tokio-native-tls",
"tokio-rustls", "tokio-rustls",
"tower 0.5.2", "tower 0.5.2",
@ -4682,7 +4694,7 @@ dependencies = [
"state", "state",
"tempfile", "tempfile",
"time 0.3.37", "time 0.3.37",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-stream", "tokio-stream",
"tokio-util", "tokio-util",
"ubyte", "ubyte",
@ -4747,7 +4759,7 @@ dependencies = [
"stable-pattern", "stable-pattern",
"state", "state",
"time 0.3.37", "time 0.3.37",
"tokio 1.43.0", "tokio 1.42.0",
"uncased", "uncased",
] ]
@ -4921,7 +4933,7 @@ dependencies = [
"errno", "errno",
"libc", "libc",
"linux-raw-sys", "linux-raw-sys",
"windows-sys 0.59.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -5491,7 +5503,7 @@ dependencies = [
"smallvec 1.13.2", "smallvec 1.13.2",
"thiserror 2.0.8", "thiserror 2.0.8",
"time 0.3.37", "time 0.3.37",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-stream", "tokio-stream",
"tracing", "tracing",
"url", "url",
@ -5532,7 +5544,7 @@ dependencies = [
"sqlx-sqlite", "sqlx-sqlite",
"syn 2.0.90", "syn 2.0.90",
"tempfile", "tempfile",
"tokio 1.43.0", "tokio 1.42.0",
"url", "url",
] ]
@ -5977,7 +5989,7 @@ dependencies = [
"fastrand", "fastrand",
"once_cell", "once_cell",
"rustix", "rustix",
"windows-sys 0.59.0", "windows-sys 0.52.0",
] ]
[[package]] [[package]]
@ -6134,9 +6146,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio" name = "tokio"
version = "1.43.0" version = "1.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"bytes 1.9.0", "bytes 1.9.0",
@ -6216,9 +6228,9 @@ dependencies = [
[[package]] [[package]]
name = "tokio-macros" name = "tokio-macros"
version = "2.5.0" version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [ dependencies = [
"proc-macro2", "proc-macro2",
"quote", "quote",
@ -6232,7 +6244,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [ dependencies = [
"native-tls", "native-tls",
"tokio 1.43.0", "tokio 1.42.0",
] ]
[[package]] [[package]]
@ -6280,7 +6292,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [ dependencies = [
"rustls", "rustls",
"tokio 1.43.0", "tokio 1.42.0",
] ]
[[package]] [[package]]
@ -6308,7 +6320,7 @@ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"pin-project-lite", "pin-project-lite",
"tokio 1.43.0", "tokio 1.42.0",
] ]
[[package]] [[package]]
@ -6408,7 +6420,7 @@ dependencies = [
"futures-io", "futures-io",
"futures-sink", "futures-sink",
"pin-project-lite", "pin-project-lite",
"tokio 1.43.0", "tokio 1.42.0",
] ]
[[package]] [[package]]
@ -6469,7 +6481,7 @@ dependencies = [
"rustls-native-certs", "rustls-native-certs",
"rustls-pemfile", "rustls-pemfile",
"socket2", "socket2",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-rustls", "tokio-rustls",
"tokio-stream", "tokio-stream",
"tower 0.4.13", "tower 0.4.13",
@ -6514,7 +6526,7 @@ dependencies = [
"pin-project-lite", "pin-project-lite",
"rand 0.8.5", "rand 0.8.5",
"slab", "slab",
"tokio 1.43.0", "tokio 1.42.0",
"tokio-util", "tokio-util",
"tower-layer", "tower-layer",
"tower-service", "tower-service",
@ -6531,7 +6543,7 @@ dependencies = [
"futures-util", "futures-util",
"pin-project-lite", "pin-project-lite",
"sync_wrapper", "sync_wrapper",
"tokio 1.43.0", "tokio 1.42.0",
"tower-layer", "tower-layer",
"tower-service", "tower-service",
] ]
@ -7279,7 +7291,7 @@ dependencies = [
"opentelemetry-stdout", "opentelemetry-stdout",
"opentelemetry_sdk", "opentelemetry_sdk",
"thiserror 2.0.8", "thiserror 2.0.8",
"tokio 1.43.0", "tokio 1.42.0",
"tracing", "tracing",
"tracing-appender", "tracing-appender",
"tracing-core", "tracing-core",