Merge remote-tracking branch 'origin/main'

This commit is contained in:
Illia Polosukhin
2026-02-04 22:11:37 -08:00
24 changed files with 4015 additions and 171 deletions
Generated
+25
View File
@@ -1413,6 +1413,25 @@ dependencies = [
"stable_deref_trait",
]
[[package]]
name = "h2"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http",
"indexmap 2.13.0",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
@@ -1550,6 +1569,7 @@ dependencies = [
"bytes",
"futures-channel",
"futures-core",
"h2",
"http",
"http-body",
"httparse",
@@ -2117,6 +2137,8 @@ dependencies = [
"async-trait",
"axum",
"blake3",
"bollard",
"bytes",
"chrono",
"clap",
"crossterm",
@@ -2125,6 +2147,9 @@ dependencies = [
"dotenvy",
"futures",
"hkdf",
"http-body-util",
"hyper",
"hyper-util",
"open",
"pgvector",
"postgres-types",