Skip to content

Commit

Permalink
build: upgrade indexmap 1.9 → 2.2 (#1859)
Browse files Browse the repository at this point in the history
* build: upgrade `indexmap` 1.9 → 2.2.6

* Wildcard to 2.2 and add pointer to rationale

---------

Co-authored-by: Lars Eggert <[email protected]>
  • Loading branch information
ErichDonGubler and larseggert authored Apr 29, 2024
1 parent b18a614 commit 8f99c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 8f99c3d

Please sign in to comment.