From 0f4cd8bdf7bb0d39d2b6081f4ccd5e96f29e0eaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:19:57 +0000 Subject: [PATCH] fix(deps): update rust crate indexmap to 2.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c79c8c77d..24b9068f63 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1745,9 +1745,9 @@ dependencies = [ [[package]] name = "indexmap" -version = "2.1.0" +version = "2.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f" +checksum = "433de089bd45971eecf4668ee0ee8f4cec17db4f8bd8f7bc3197a6ce37aa7d9b" dependencies = [ "equivalent", "hashbrown 0.14.3", diff --git a/Cargo.toml b/Cargo.toml index 1233678427..131e07b109 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ async-graphql = { version = "7.0.1", features = [ "apollo_tracing", ] } async-graphql-value = "7.0.1" -indexmap = "2.1" +indexmap = "2.2" once_cell = "1.19.0" mini-v8 = { version = "0.4.1", optional = true } clap = { version = "4.4.18", features = ["derive"] }