From 9fe27d5c4ba8d965d4699cbdb613ebb961bb0301 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 02:28:27 +0000 Subject: [PATCH] chore(ci): Update Rust crate ordermap to v1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index edcb1c88..af4c334d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ hashlink = "0.10.0" insta = "1.43.1" indexmap = "2.7.1" once_cell = "1.21.3" -ordermap = "0.5.7" +ordermap = "1.0.0" itertools = "0.14.0" log = "0.4.25" marked-yaml = "0.8.0"