From 72d5d57b35ce52f385737641830625582872aed7 Mon Sep 17 00:00:00 2001 From: 29 <791603901@qq.com> Date: Mon, 2 Dec 2024 18:56:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20`indexmap`=20to?= =?UTF-8?q?=20`2.7.0`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b720ca3..c7cea0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ all-features = true [dependencies] anyhow = "1.0.93" -indexmap = "2.6.0" +indexmap = "2.7.0" thiserror = "2.0.3" [dev-dependencies]