Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir_def/Cargo.toml')
| -rw-r--r-- | crates/hir_def/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir_def/Cargo.toml b/crates/hir_def/Cargo.toml index 3261577df0..8672ce6615 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml @@ -20,7 +20,7 @@ anymap = "0.12.1" drop_bomb = "0.1.4" fst = { version = "0.4", default-features = false } itertools = "0.10.0" -indexmap = "1.4.0" +indexmap = "1.7.0" smallvec = "1.4.0" la-arena = { version = "0.3.0", path = "../../lib/arena" } |