Skip to content

Commit

Permalink
Update indexmap to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jun 26, 2023
1 parent 478f7b9 commit 3d5cb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ http = "0.2"
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
fnv = "1.0.5"
slab = "0.4.2"
indexmap = { version = "1.5.2", features = ["std"] }
indexmap = { version = "2", features = ["std"] }

[dev-dependencies]

Expand Down

0 comments on commit 3d5cb3c

Please sign in to comment.