build(deps): bump data-server to the geometry-reader commit

data-server #3 (closed) shipped DataServer::symbol_meta -> InstrumentGeometry (the per-symbol .meta.json reader). Bump 0f5e665 -> 694f96f2 so aura-ingest can consume the neutral geometry for the #143 cross-check. The bump alone changes no behaviour (the new API is unused until the #143 code lands).

refs #143
This commit is contained in:
2026-06-25 15:47:48 +02:00
parent 8d9939733d
commit d5e9c270d9
Generated
+2 -1
View File
@@ -283,10 +283,11 @@ dependencies = [
[[package]]
name = "data-server"
version = "0.1.0"
source = "git+http://192.168.178.103:3000/Brummel/data-server.git?branch=main#0f5e6655b90eeab0f43a8b0f330b8d1632e80ed4"
source = "git+http://192.168.178.103:3000/Brummel/data-server.git?branch=main#694f96f2b23453d533c43d4da3b5ac9da4aca25a"
dependencies = [
"chrono",
"regex",
"serde_json",
"zip",
]