diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-12-30 15:42:05 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-30 15:42:05 +0000 |
commit | bf5301ce3b09a85ab13546b9b029e3f1c0c7a000 (patch) | |
tree | e32d25f64f163c9bba7005ab3d49c2244575468e /crates/hir_def | |
parent | ca76a77791d2933770ecf9479eea407bfe5a9946 (diff) | |
parent | dc1396eec76ef5766f25a483edc1870f50af0aa0 (diff) |
Merge #7094
7094: Update crates r=kjeremy a=kjeremy
Co-authored-by: kjeremy <[email protected]>
Diffstat (limited to 'crates/hir_def')
-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 a88b5f57e..e8b581e2f 100644 --- a/crates/hir_def/Cargo.toml +++ b/crates/hir_def/Cargo.toml | |||
@@ -17,7 +17,7 @@ either = "1.5.3" | |||
17 | anymap = "0.12.1" | 17 | anymap = "0.12.1" |
18 | drop_bomb = "0.1.4" | 18 | drop_bomb = "0.1.4" |
19 | fst = { version = "0.4", default-features = false } | 19 | fst = { version = "0.4", default-features = false } |
20 | itertools = "0.9.0" | 20 | itertools = "0.10.0" |
21 | indexmap = "1.4.0" | 21 | indexmap = "1.4.0" |
22 | smallvec = "1.4.0" | 22 | smallvec = "1.4.0" |
23 | 23 | ||