From 70500e199e26baf158ec870501a825da4625789f Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 09:44:13 +0000 Subject: [PATCH] chore(deps): update rust crate toml to v1 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c0e3500aa..22201bad7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -68,7 +68,7 @@ shadow-rs = "1.7.0" strum = { version = "0.28", features = ["derive"] } thiserror = "2.0" tokio = { version = "1", features = ["full"], default-features = false } -toml = "0.9.10" +toml = "1.0.0" tempfile = "3.25.0" tonic = "0.14" tonic-prost = "0.14"