From 7cfdc5ea72991c851c97abe0f2166c67c44e2845 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:14:10 +0000 Subject: [PATCH] Bump indexmap from 1.9.3 to 2.0.2 Bumps [indexmap](https://github.com/bluss/indexmap) from 1.9.3 to 2.0.2. - [Changelog](https://github.com/bluss/indexmap/blob/master/RELEASES.md) - [Commits](https://github.com/bluss/indexmap/compare/1.9.3...2.0.2) --- updated-dependencies: - dependency-name: indexmap dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/query-engine/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06767fa6..64c21561 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1399,7 +1399,7 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "75e56d5c441965b6425165b7e3223cc933ca469834f4a8b4786817a1f9dc4f13" dependencies = [ - "indexmap 1.9.3", + "indexmap 2.0.2", "serde", "serde_json", ] @@ -1726,7 +1726,7 @@ dependencies = [ "bb8", "bb8-tiberius", "bytes", - "indexmap 1.9.3", + "indexmap 2.0.2", "insta", "ndc-sdk", "schemars", diff --git a/crates/query-engine/Cargo.toml b/crates/query-engine/Cargo.toml index 5f021a8f..dbc243c4 100644 --- a/crates/query-engine/Cargo.toml +++ b/crates/query-engine/Cargo.toml @@ -11,7 +11,7 @@ bb8 = "0.8.1" bb8-tiberius = "0.15.0" bytes = "1.5.0" # only included to sort deps conflict -indexmap = "1" +indexmap = "2" schemars = { version = "0.8.15", features = ["smol_str"] } serde = { version = "1.0.188", features = ["derive"] } serde_json = "1.0.107"