Skip to content

Commit 3d5cb3c

Browse files
committed
Update indexmap to version 2
1 parent 478f7b9 commit 3d5cb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ http = "0.2"
5151
tracing = { version = "0.1.21", default-features = false, features = ["std"] }
5252
fnv = "1.0.5"
5353
slab = "0.4.2"
54-
indexmap = { version = "1.5.2", features = ["std"] }
54+
indexmap = { version = "2", features = ["std"] }
5555

5656
[dev-dependencies]
5757

0 commit comments

Comments
 (0)