From 7e47462bfb685528f8fee4a9a8e0a11b67036e84 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 08:29:08 +0000 Subject: [PATCH] chore(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 f589f5424ed..cdbb2dcdfc7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "src/main.rs" anyhow = "1.0.82" async-graphql = { version = "7.0.3" } futures-util = { version = "0.3.30" } -indexmap = "2.2" +indexmap = "2.2.6" insta = { version = "1.38.0", features = ["json"] } tokio = { version = "1.37.0", features = ["rt", "time"] }