From 3394c2adc3fd157437ec166a73cf0d01a7275117 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Sep 2023 18:45:46 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.0.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d63d60d..eb9cec31 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.0.0" +indexmap = "2.0.1" [dev-dependencies] tempfile = "3"