From d5e9c270d922b338c11fa4025e3bb1ac3bda4a99 Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 25 Jun 2026 15:47:48 +0200 Subject: [PATCH] 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 --- Cargo.lock | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index ac066d1..41ca974 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", ]