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