From d6fc8b34eef9644b8962b23db8ac02c293bb9746 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 09:01:52 +0000 Subject: [PATCH] Update Rust crate educe to 0.7.0 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 455e660bcf..879e02225f 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -35,7 +35,7 @@ bytes = "1.11.1" clap = { version = "4.5.38", features = ["derive", "env"] } criterion = "0.5.1" easy-ext = "1.0.3" -educe = "0.6.0" +educe = "0.7.0" enum-as-inner = "0.7.0" expect-test = "1.5.1" fastokens = "0.2.0"