From c177c518a4eb01a8bc6cd91db68a3d392060cf21 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 01:15:47 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.2.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e62f6aa..b37e64f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ doctest = false cssparser = "0.27" html5ever = "0.26.0" selectors = "0.22" -indexmap = "2.2.5" +indexmap = "2.2.6" [dev-dependencies] tempfile = "3"