From 0af0da8bcc9e6d235fc03643b4de543f3ef8b7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 09:17:37 +0000 Subject: [PATCH] Update Rust crate indexmap to 1.9.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c8251070a..12826e424a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ dunce = "1.0.4" futures = "0.3.28" futures-retry = "0.6.0" httpmock = { version = "0.6.8", default-features = false } -indexmap = "1.9.2" +indexmap = "1.9.3" indicatif = "0.17.3" indoc = "2.0.0" itertools = "0.10.5"