From 06af9e56fa5386b6842799f4989065f86508c958 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 22:08:43 +0000 Subject: [PATCH] Update Rust crate lupus to 0.0.4 --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b6325c..bc3e9c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1329,13 +1329,13 @@ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "lupus" -version = "0.0.3" +version = "0.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d89b00d79184ae937ba982f41371629cb9816bad44881c02f8bd32c97d7f0e8" +checksum = "5491b06cc08e8ec80798f31c9e12892dc48cf79d7b851f30a0b4dcffa8ff4e3c" dependencies = [ "jsonschema", "serde_json", - "tucana 0.0.80", + "tucana 0.0.81", ] [[package]] @@ -3012,9 +3012,9 @@ dependencies = [ [[package]] name = "tucana" -version = "0.0.80" +version = "0.0.81" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0cfe93386a4f88e5ea97e6ce64b72b975a8bb5464062cb66aad12e46544b959" +checksum = "041738b90451ef20bb67484813d3bc4a58f396ce48cc0616821b609cc40fc335" dependencies = [ "pbjson", "pbjson-build", diff --git a/Cargo.toml b/Cargo.toml index aaf16fb..b3d93da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tonic = "0.14.1" tucana = { version = "0.0.82", features = ["aquila", "sagittarius_gateway"] } code0-flow = { version = "0.0.44", features = ["flow_config", "flow_health", "flow_telemetry"] } serde_json = "1.0.140" -lupus = "0.0.3" +lupus = "0.0.4" async-nats = "0.50.0" tonic-health = "0.14.1" tokio-stream = "0.1.17"