From 866946df63a587f3a0425310534052d65a0a2219 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 18:22:54 +0000 Subject: [PATCH] Update Rust crate code0-definition-reader to 0.0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 53640bd..3919049 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ tonic = "0.14.0" async-nats = "0.42.0" async-trait = "0.1.88" anyhow = "1.0.98" -code0-definition-reader = "0.0.9" +code0-definition-reader = "0.0.10" prost = "0.14.0" tonic-health = "0.14.0" futures-lite = "2.6.1"