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"