From d47e4b1906fea832252c954c09e47f0a99c8926c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 04:30:30 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1 --- rust/otap-dataflow/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/otap-dataflow/Cargo.toml b/rust/otap-dataflow/Cargo.toml index e919ce0a5a..b56dfd95e5 100644 --- a/rust/otap-dataflow/Cargo.toml +++ b/rust/otap-dataflow/Cargo.toml @@ -228,7 +228,7 @@ otap-df-telemetry-macros = { path = 'crates/telemetry-macros' } prost-build = "0.14" ratatui = "0.30" testcontainers = "0.27" -toml = "0.8.22" +toml = "1.0.0" tonic-prost-build = "0.14" urlencoding = "2" geneva-uploader = "0.4.0"