From 8f99c3d0a01241e2fb2a3cc72e42775c7e868475 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Mon, 29 Apr 2024 05:47:28 -0400 Subject: [PATCH] =?UTF-8?q?build:=20upgrade=20`indexmap`=201.9=20=E2=86=92?= =?UTF-8?q?=202.2=20(#1859)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * build: upgrade `indexmap` 1.9 → 2.2.6 * Wildcard to 2.2 and add pointer to rationale --------- Co-authored-by: Lars Eggert --- neqo-transport/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-transport/Cargo.toml b/neqo-transport/Cargo.toml index 6095f3ac92..2abdbbfd95 100644 --- a/neqo-transport/Cargo.toml +++ b/neqo-transport/Cargo.toml @@ -14,7 +14,7 @@ workspace = true [dependencies] # Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08 enum-map = { version = "2.7", default-features = false } -indexmap = { version = "1.9", default-features = false } +indexmap = { version = "2.2", default-features = false } # See https://github.com/mozilla/neqo/issues/1858 log = { workspace = true } neqo-common = { path = "../neqo-common" } neqo-crypto = { path = "../neqo-crypto" }