Compare commits
1 Commits
a3dc865834
...
b3083284fa
| Author | SHA1 | Date | |
|---|---|---|---|
| b3083284fa |
141
Cargo.lock
generated
141
Cargo.lock
generated
@ -12,6 +12,15 @@ dependencies = [
|
||||
"regex",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
version = "0.25.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
|
||||
dependencies = [
|
||||
"gimli",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "adler2"
|
||||
version = "2.0.1"
|
||||
@ -265,7 +274,7 @@ dependencies = [
|
||||
"bytes 1.10.1",
|
||||
"futures-util",
|
||||
"serde_json",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-stream",
|
||||
"tokio-util",
|
||||
"tower-service",
|
||||
@ -446,7 +455,7 @@ dependencies = [
|
||||
"serde_urlencoded",
|
||||
"sha1",
|
||||
"sync_wrapper",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-tungstenite",
|
||||
"tower 0.5.2",
|
||||
"tower-layer",
|
||||
@ -504,6 +513,21 @@ dependencies = [
|
||||
"syn 2.0.106",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "backtrace"
|
||||
version = "0.3.76"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
|
||||
dependencies = [
|
||||
"addr2line",
|
||||
"cfg-if 1.0.3",
|
||||
"libc",
|
||||
"miniz_oxide",
|
||||
"object",
|
||||
"rustc-demangle",
|
||||
"windows-link 0.2.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "base64"
|
||||
version = "0.11.0"
|
||||
@ -867,7 +891,7 @@ dependencies = [
|
||||
"serde",
|
||||
"sqlx",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tracing",
|
||||
"urlencoding",
|
||||
]
|
||||
@ -1089,7 +1113,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thread_local",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-stream",
|
||||
"tonic",
|
||||
"tracing",
|
||||
@ -2077,6 +2101,12 @@ dependencies = [
|
||||
"wasm-bindgen",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "gimli"
|
||||
version = "0.32.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
|
||||
|
||||
[[package]]
|
||||
name = "git2"
|
||||
version = "0.20.2"
|
||||
@ -2299,7 +2329,7 @@ dependencies = [
|
||||
"http 0.2.12",
|
||||
"indexmap 2.11.4",
|
||||
"slab",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
]
|
||||
@ -2318,7 +2348,7 @@ dependencies = [
|
||||
"http 1.3.1",
|
||||
"indexmap 2.11.4",
|
||||
"slab",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
]
|
||||
@ -2686,7 +2716,7 @@ dependencies = [
|
||||
"itoa 1.0.15",
|
||||
"pin-project-lite",
|
||||
"socket2 0.5.10",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"want 0.3.1",
|
||||
@ -2711,7 +2741,7 @@ dependencies = [
|
||||
"pin-project-lite",
|
||||
"pin-utils",
|
||||
"smallvec 1.15.1",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"want 0.3.1",
|
||||
]
|
||||
|
||||
@ -2726,7 +2756,7 @@ dependencies = [
|
||||
"hyper-util",
|
||||
"rustls",
|
||||
"rustls-pki-types",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-rustls",
|
||||
"tower-service",
|
||||
"webpki-roots",
|
||||
@ -2741,7 +2771,7 @@ dependencies = [
|
||||
"hyper 1.7.0",
|
||||
"hyper-util",
|
||||
"pin-project-lite",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tower-service",
|
||||
]
|
||||
|
||||
@ -2767,7 +2797,7 @@ dependencies = [
|
||||
"bytes 1.10.1",
|
||||
"hyper 0.14.32",
|
||||
"native-tls",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-native-tls",
|
||||
]
|
||||
|
||||
@ -2782,7 +2812,7 @@ dependencies = [
|
||||
"hyper 1.7.0",
|
||||
"hyper-util",
|
||||
"native-tls",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-native-tls",
|
||||
"tower-service",
|
||||
]
|
||||
@ -2805,9 +2835,9 @@ dependencies = [
|
||||
"libc",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"socket2 0.5.10",
|
||||
"socket2 0.6.0",
|
||||
"system-configuration",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
"windows-registry",
|
||||
@ -3053,6 +3083,17 @@ dependencies = [
|
||||
"web-sys",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "io-uring"
|
||||
version = "0.7.10"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
|
||||
dependencies = [
|
||||
"bitflags 2.9.4",
|
||||
"cfg-if 1.0.3",
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "iovec"
|
||||
version = "0.1.4"
|
||||
@ -3183,7 +3224,7 @@ dependencies = [
|
||||
"letterbox-shared 0.17.44 (sparse+https://git.z.xinu.tv/api/packages/wathiede/cargo/)",
|
||||
"serde",
|
||||
"sqlx",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -3227,7 +3268,7 @@ dependencies = [
|
||||
"sqlx",
|
||||
"tantivy",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tower-http",
|
||||
"tracing",
|
||||
"url",
|
||||
@ -3882,6 +3923,15 @@ dependencies = [
|
||||
"libc",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "object"
|
||||
version = "0.37.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "once_cell"
|
||||
version = "1.21.3"
|
||||
@ -3999,7 +4049,7 @@ dependencies = [
|
||||
"prost",
|
||||
"reqwest",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tonic",
|
||||
"tracing",
|
||||
]
|
||||
@ -4031,7 +4081,7 @@ dependencies = [
|
||||
"rand 0.9.2",
|
||||
"serde_json",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
]
|
||||
@ -4512,9 +4562,9 @@ dependencies = [
|
||||
"quinn-udp",
|
||||
"rustc-hash",
|
||||
"rustls",
|
||||
"socket2 0.5.10",
|
||||
"socket2 0.6.0",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tracing",
|
||||
"web-time",
|
||||
]
|
||||
@ -4549,7 +4599,7 @@ dependencies = [
|
||||
"cfg_aliases",
|
||||
"libc",
|
||||
"once_cell",
|
||||
"socket2 0.5.10",
|
||||
"socket2 0.6.0",
|
||||
"tracing",
|
||||
"windows-sys 0.60.2",
|
||||
]
|
||||
@ -4801,7 +4851,7 @@ dependencies = [
|
||||
"serde_json",
|
||||
"serde_urlencoded",
|
||||
"sync_wrapper",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-native-tls",
|
||||
"tokio-rustls",
|
||||
"tower 0.5.2",
|
||||
@ -4895,7 +4945,7 @@ dependencies = [
|
||||
"rustc_version 0.4.1",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"xml-rs",
|
||||
]
|
||||
|
||||
@ -4933,7 +4983,7 @@ dependencies = [
|
||||
"serde",
|
||||
"serde_json",
|
||||
"shlex 1.3.0",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"zeroize",
|
||||
]
|
||||
|
||||
@ -5009,7 +5059,7 @@ dependencies = [
|
||||
"rustc_version 0.4.1",
|
||||
"serde",
|
||||
"sha2 0.9.9",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -5034,6 +5084,12 @@ dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "rustc-demangle"
|
||||
version = "0.1.26"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
|
||||
|
||||
[[package]]
|
||||
name = "rustc-hash"
|
||||
version = "2.1.1"
|
||||
@ -5648,7 +5704,7 @@ dependencies = [
|
||||
"smallvec 1.15.1",
|
||||
"thiserror 2.0.17",
|
||||
"time 0.3.44",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-stream",
|
||||
"tracing",
|
||||
"url",
|
||||
@ -5688,7 +5744,7 @@ dependencies = [
|
||||
"sqlx-postgres",
|
||||
"sqlx-sqlite",
|
||||
"syn 2.0.106",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"url",
|
||||
]
|
||||
|
||||
@ -6288,19 +6344,22 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.48.0"
|
||||
version = "1.47.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
||||
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
|
||||
dependencies = [
|
||||
"backtrace",
|
||||
"bytes 1.10.1",
|
||||
"io-uring",
|
||||
"libc",
|
||||
"mio 1.0.4",
|
||||
"pin-project-lite",
|
||||
"signal-hook-registry",
|
||||
"slab",
|
||||
"socket2 0.6.0",
|
||||
"tokio-macros",
|
||||
"tracing",
|
||||
"windows-sys 0.61.2",
|
||||
"windows-sys 0.59.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6369,9 +6428,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "tokio-macros"
|
||||
version = "2.6.0"
|
||||
version = "2.5.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
||||
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
||||
dependencies = [
|
||||
"proc-macro2",
|
||||
"quote",
|
||||
@ -6385,7 +6444,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
||||
dependencies = [
|
||||
"native-tls",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6433,7 +6492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
||||
dependencies = [
|
||||
"rustls",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6461,7 +6520,7 @@ checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
||||
dependencies = [
|
||||
"futures-core",
|
||||
"pin-project-lite",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6525,7 +6584,7 @@ checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
|
||||
dependencies = [
|
||||
"futures-util",
|
||||
"log",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tungstenite",
|
||||
]
|
||||
|
||||
@ -6573,7 +6632,7 @@ dependencies = [
|
||||
"futures-io",
|
||||
"futures-sink",
|
||||
"pin-project-lite",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@ -6630,7 +6689,7 @@ dependencies = [
|
||||
"rustls-native-certs",
|
||||
"rustls-pemfile",
|
||||
"socket2 0.5.10",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-rustls",
|
||||
"tokio-stream",
|
||||
"tower 0.4.13",
|
||||
@ -6675,7 +6734,7 @@ dependencies = [
|
||||
"pin-project-lite",
|
||||
"rand 0.8.5",
|
||||
"slab",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tokio-util",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
@ -6692,7 +6751,7 @@ dependencies = [
|
||||
"futures-util",
|
||||
"pin-project-lite",
|
||||
"sync_wrapper",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tower-layer",
|
||||
"tower-service",
|
||||
"tracing",
|
||||
@ -7606,7 +7665,7 @@ dependencies = [
|
||||
"opentelemetry-otlp",
|
||||
"opentelemetry_sdk",
|
||||
"thiserror 2.0.17",
|
||||
"tokio 1.48.0",
|
||||
"tokio 1.47.1",
|
||||
"tracing",
|
||||
"tracing-appender",
|
||||
"tracing-core",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user