server: ms endpoint fixes

This commit is contained in:
nym21
2026-04-02 22:37:34 +02:00
parent d92cf43c57
commit 8dfc1bc932
62 changed files with 1639 additions and 1698 deletions
Generated
+1 -6
View File
@@ -558,6 +558,7 @@ dependencies = [
"brk_types",
"color-eyre",
"fjall",
"parking_lot",
"rayon",
"rlimit",
"rustc-hash",
@@ -2535,8 +2536,6 @@ dependencies = [
[[package]]
name = "rawdb"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83fd9f9db42fd2d1adfbd7cf447f021776b3b8fd15e09788988fc18c61e1f6bc"
dependencies = [
"libc",
"log",
@@ -3429,8 +3428,6 @@ checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
[[package]]
name = "vecdb"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5422c45d12de71456700c199f9553319cb99e76311e413316dca7e9efd5133b6"
dependencies = [
"itoa",
"libc",
@@ -3452,8 +3449,6 @@ dependencies = [
[[package]]
name = "vecdb_derive"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b075be4cec2d718d40dc422cef038c10d6fcce4aad594199cc0a301a4985146"
dependencies = [
"quote",
"syn",