Skip to content

Commit 5827f94

Browse files
committed
Update indexmap to 1.8.0
1 parent de7fcd0 commit 5827f94

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chalk-integration/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ chalk-solve = { version = "0.77.0-dev.0", path = "../chalk-solve" }
2020
chalk-recursive = { version = "0.77.0-dev.0", path = "../chalk-recursive" }
2121
chalk-engine = { version = "0.77.0-dev.0", path = "../chalk-engine" }
2222
chalk-parse = { version = "0.77.0-dev.0", path = "../chalk-parse" }
23-
indexmap = "1.7.0"
23+
indexmap = "1.8.0"

chalk-solve/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rustc-hash = { version = "1.1.0" }
2020

2121
chalk-derive = { version = "0.77.0-dev.0", path = "../chalk-derive" }
2222
chalk-ir = { version = "0.77.0-dev.0", path = "../chalk-ir" }
23-
indexmap = "1.7.0"
23+
indexmap = "1.8.0"
2424

2525
[dev-dependencies]
2626
chalk-integration = { path = "../chalk-integration" }

0 commit comments

Comments
 (0)